Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
SW-46
  • Loading branch information
loki077 committed Jan 11, 2024
1 parent 4a5f935 commit f9e8dc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cx_build_compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- gcc: 10
toolchain: chibios-clang
board: ["Volanti-M2", "Volanti-M3", "Volanti-M4", "Volanti-M5", "Volanti-LWing", "Volanti-RWing", "Volanti-LTail", "Volanti-RTail", "Ottano-M1", "Ottano-M2", "Ottano-M3", "Ottano-M4", "Ottano-M5", "Ottano-LWing", "Ottano-RWing", "Ottano-LTail", "Ottano-RTail"]
max-parallel: 1
# max-parallel: 1

steps:
# git checkout the PR
Expand Down Expand Up @@ -68,6 +68,8 @@ jobs:
export CHIBIOS_GIT_VERSION="12345678"
export GIT_VERSION="abcdef"
export GIT_VERSION_INT="15"
./waf configure --board "$BOARD"
./Tools/Carbonix_scripts/carbonix_board_build.sh ${{ matrix.board }}
NO_VERSIONS_DIR="$GITHUB_WORKSPACE/${{matrix.board}}/pr_bin_no_versions"
Expand Down
2 changes: 0 additions & 2 deletions Tools/Carbonix_scripts/carbonix_board_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ BOARD=$1
if [ "$BOARD" == "CubeOrange" ] || [ "$BOARD" == "CarbonixCubeOrange" ] || [ "$BOARD" == "sitl" ]
then
echo "Compiling Plane for $BOARD..."
./waf configure --board "$BOARD"
./waf plane
else
echo "Compiling AP_Periph for $BOARD..."
./waf configure --board "$BOARD"
./waf AP_Periph
fi

Expand Down

0 comments on commit f9e8dc7

Please sign in to comment.