]> git.earman.xyz Git - sensor-watch.git/commitdiff
for now, build for Lite to test the build
authorJoey Castillo <joeycastillo@utexas.edu>
Fri, 16 May 2025 04:43:43 +0000 (00:43 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Fri, 16 May 2025 04:43:43 +0000 (00:43 -0400)
.github/workflows/build.yml

index a0a383c0d89d02f9179b1608be4efebf84e75ed3..5696ef602f863189e79ae04c09f41ac1f86b6931 100644 (file)
@@ -20,7 +20,7 @@ jobs:
         with:
           submodules: recursive
       - name: Compile movement firmware
-        run: make
+        run: make BOARD=sensorwatch_red
         working-directory: '.'
       - name: Upload artifacts
         uses: actions/upload-artifact@v4
@@ -38,7 +38,7 @@ jobs:
         with:
           submodules: recursive
       - name: Compile movement
-        run: emmake make
+        run: emmake make BOARD=sensorwatch_red
         working-directory: '.'
       - name: Archive simulator build
         working-directory: './build-sim'