From 5097f140b44552497b85185deeea3a4948d618b6 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 17 May 2025 14:16:26 -0400 Subject: [PATCH] for now, build for red board and classic display --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5696ef6..1638403 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' -- 2.39.5