mirror of
https://github.com/joeycastillo/second-movement.git
synced 2026-02-05 05:45:40 +00:00
add movement to the workflow
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -20,8 +20,11 @@ jobs:
|
||||
- name: Compile accelerometer-test app
|
||||
run: make
|
||||
working-directory: 'apps/accelerometer-test'
|
||||
- name: Compile movement
|
||||
run: make
|
||||
working-directory: 'movement/make'
|
||||
- name: Upload UF2
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: watch.uf2
|
||||
path: apps/**/build/watch.uf2
|
||||
path: movement/make/build/watch.uf2
|
||||
|
||||
Reference in New Issue
Block a user