diff options
author | Alexsander Akers <me@a2.io> | 2022-01-25 18:16:31 -0500 |
---|---|---|
committer | Alexsander Akers <me@a2.io> | 2022-01-25 18:16:31 -0500 |
commit | b57c579c69a3b974ba2891bde890f5c9fa8f9dfc (patch) | |
tree | a4d7cd01761321085356b77fb1982a1dc2e43004 /.github/workflows | |
parent | c313ea5911fbdd49d49481e7257fb9a32f7b1c46 (diff) | |
download | Sensor-Watch-b57c579c69a3b974ba2891bde890f5c9fa8f9dfc.tar.gz Sensor-Watch-b57c579c69a3b974ba2891bde890f5c9fa8f9dfc.tar.bz2 Sensor-Watch-b57c579c69a3b974ba2891bde890f5c9fa8f9dfc.zip |
Don't compile starter-project or accelerometer-test
These apps have not been tested in the simulator runtime yet.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7439d32e..7be0508c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' |