Build blinkt and piface in gcc pipeline to prevent bit rot. (#842)

This commit is contained in:
Steve Karg
2024-10-31 21:52:22 -05:00
committed by GitHub
parent 6d9cff2312
commit 97213c3a13
5 changed files with 53 additions and 9 deletions
+22
View File
@@ -247,3 +247,25 @@ jobs:
run: make LEGACY=true BUILD=win32 router-mstp
- name: Build Win32 Demo Gateway
run: make LEGACY=true BUILD=win32 gateway
piface:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build PiFace Demo
run: |
gcc --version
make clean
make LEGACY=true BUILD=pipeline piface
blinkt:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Blinkt! Demo
run: |
gcc --version
make clean
make LEGACY=true BUILD=pipeline blinkt