Skip to content

Commit

Permalink
.github: Autotest build need debug flag, rover also need enable-math-…
Browse files Browse the repository at this point in the history
…check-indexes. Fix caching
  • Loading branch information
khancyr authored and robertlong13 committed Dec 23, 2024
1 parent 1a3743a commit 351fb2c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_sitl_blimp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
export CXX=clang++
fi
PATH="/github/home/.local/bin:$PATH"
./waf configure --board sitl
./waf configure --board sitl --debug
./waf build --target bin/blimp
ccache -s
ccache -z
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_sitl_copter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
export CXX=clang++
fi
PATH="/github/home/.local/bin:$PATH"
./waf configure --board sitl
./waf configure --board sitl --debug
./waf build --target bin/arducopter
ccache -s
ccache -z
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_sitl_periph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
PATH="/github/home/.local/bin:$PATH"
./waf configure --board sitl_periph_universal
./waf configure --board sitl_periph_universal --debug
./waf build --target bin/AP_Periph
ccache -s
ccache -z
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_sitl_plane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
export CXX=clang++
fi
PATH="/github/home/.local/bin:$PATH"
./waf configure --board sitl
./waf configure --board sitl --debug
./waf build --target bin/arduplane
ccache -s
ccache -z
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_sitl_rover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
export CXX=clang++
fi
PATH="/github/home/.local/bin:$PATH"
./waf configure --board sitl
./waf configure --board sitl --debug --enable-math-check-indexes
./waf build --target bin/ardurover
ccache -s
ccache -z
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_sitl_sub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
export CXX=clang++
fi
PATH="/github/home/.local/bin:$PATH"
./waf configure --board sitl
./waf configure --board sitl --debug
./waf build --target bin/ardusub
ccache -s
ccache -z
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_sitl_tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
export CXX=clang++
fi
PATH="/github/home/.local/bin:$PATH"
./waf configure --board sitl
./waf configure --board sitl --debug
./waf build --target bin/antennatracker
ccache -s
ccache -z
Expand Down

0 comments on commit 351fb2c

Please sign in to comment.