Skip to content

Commit

Permalink
workflow: Carbonix CI build update to add define CARBOPILOT=1
Browse files Browse the repository at this point in the history
SW-51
  • Loading branch information
loki077 committed Jan 9, 2024
1 parent 08beaec commit f3e0fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/carbonix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
for board in "${boards[@]}"; do
echo "Compiling AP_Periph for $board..."
./Tools/scripts/build_bootloaders.py "$board"
./waf configure --board "$board"
./waf configure --board "$board" --define=CARBOPILOT=1
./waf plane
done
echo "Script completed successfully."
Expand All @@ -183,7 +183,7 @@ jobs:
for board in "${boards[@]}"; do
echo "Compiling AP_Periph for $board..."
./Tools/scripts/build_bootloaders.py "$board"
./waf configure --board "$board"
./waf configure --board "$board" --define=CARBOPILOT=1
./waf AP_Periph
done
echo "Script completed successfully."
Expand Down

0 comments on commit f3e0fed

Please sign in to comment.