add movement to the workflow
This commit is contained in:
parent
1ae83e8fd4
commit
fb71be55ee
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -20,8 +20,11 @@ jobs:
|
|||||||
- name: Compile accelerometer-test app
|
- name: Compile accelerometer-test app
|
||||||
run: make
|
run: make
|
||||||
working-directory: 'apps/accelerometer-test'
|
working-directory: 'apps/accelerometer-test'
|
||||||
|
- name: Compile movement
|
||||||
|
run: make
|
||||||
|
working-directory: 'movement/make'
|
||||||
- name: Upload UF2
|
- name: Upload UF2
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: watch.uf2
|
name: watch.uf2
|
||||||
path: apps/**/build/watch.uf2
|
path: movement/make/build/watch.uf2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user