Skip to content

Add rockettest self test and random generate with exclude function #125

Add rockettest self test and random generate with exclude function

Add rockettest self test and random generate with exclude function #125

name: XC16 Compile Check
# Runs on pushes to pull request
on: pull_request
jobs:
xc16-compile-check:
name: XC16 Compile Check
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v6
with:
submodules: 'true'
- name: Install XC16
run: |
wget https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/SoftwareTools/xc16-v2.10-full-install-linux64-installer.run
chmod +x ./xc16-v2.10-full-install-linux64-installer.run
sudo ./xc16-v2.10-full-install-linux64-installer.run --mode unattended --netservername localhost --debuglevel 4
- name: Run Compile
run: |
make xc16-build