]> git.earman.xyz Git - sensor-watch.git/commitdiff
for now, build for red board and classic display
authorJoey Castillo <joeycastillo@utexas.edu>
Sat, 17 May 2025 18:16:26 +0000 (14:16 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Sat, 17 May 2025 18:16:26 +0000 (14:16 -0400)
.github/workflows/build.yml

index 5696ef602f863189e79ae04c09f41ac1f86b6931..163840340425a60d9bba541b5a47aa3f960d1f9e 100644 (file)
@@ -7,7 +7,8 @@ on:
       - gh-pages
 
 env:
-  COLOR: BLUE
+  BOARD: sensorwatch_red
+  DISPLAY: classic
 
 jobs: 
   build:
@@ -20,7 +21,7 @@ jobs:
         with:
           submodules: recursive
       - name: Compile movement firmware
-        run: make BOARD=sensorwatch_red
+        run: make
         working-directory: '.'
       - name: Upload artifacts
         uses: actions/upload-artifact@v4
@@ -38,7 +39,7 @@ jobs:
         with:
           submodules: recursive
       - name: Compile movement
-        run: emmake make BOARD=sensorwatch_red
+        run: emmake make
         working-directory: '.'
       - name: Archive simulator build
         working-directory: './build-sim'