Skip to content

Build with MPLabX and XC16

Actions
This action builds an MPLABX/xc16 project in a Linux container
v0
LatestPre-release
Star (5)

Tags

 (1)

Build with MPLABX Github Actions

This action will build a MPLAB X project.

It runs on Linux Ubuntu 18.04 and uses:

  • MPLAB 5.25
  • xc16 v1.41
  • Peripheral libraries for PIC24/ds24 v2.0

Inputs

project

Required The path to the projec to build (relative to the repository). For example: 'firmware.X'.

configuration

The configuration of the project to build. Defaults to default.

Outputs

None.

Example usage

Add the following .github/workflows/build.yml file to your project:

name: Build
on: [push]

jobs:
  build:
    name: Build project
    runs-on: ubuntu-latest
    steps:
      - name: Download source
        uses: actions/checkout@v1

      - name: Build library
        uses: velocitek/ghactions-mplabx@master
        with:
          project: firmware.X
          configuration: default

Build with MPLabX and XC16 is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

This action builds an MPLABX/xc16 project in a Linux container
v0
LatestPre-release

Tags

 (1)

Build with MPLabX and XC16 is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.