for now, build for red board and classic display
This commit is contained in:
parent
7d8ad1b87b
commit
5097f140b4
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -7,7 +7,8 @@ on:
|
||||
- gh-pages
|
||||
|
||||
env:
|
||||
COLOR: BLUE
|
||||
BOARD: sensorwatch_red
|
||||
DISPLAY: classic
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -20,7 +21,7 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Compile movement firmware
|
||||
run: make BOARD=sensorwatch_red
|
||||
run: make
|
||||
working-directory: '.'
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
@ -38,7 +39,7 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Compile movement
|
||||
run: emmake make BOARD=sensorwatch_red
|
||||
run: emmake make
|
||||
working-directory: '.'
|
||||
- name: Archive simulator build
|
||||
working-directory: './build-sim'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user