mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
Don't compile starter-project or accelerometer-test
These apps have not been tested in the simulator runtime yet.
This commit is contained in:
parent
c313ea5911
commit
b57c579c69
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -36,12 +36,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Compile starter-project app
|
||||
run: emmake make
|
||||
working-directory: 'apps/starter-project'
|
||||
- name: Compile accelerometer-test app
|
||||
run: emmake make
|
||||
working-directory: 'apps/accelerometer-test'
|
||||
- name: Compile movement
|
||||
run: emmake make
|
||||
working-directory: 'movement/make'
|
||||
|
|
Loading…
Reference in a new issue