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 peterbarker committed Feb 10, 2024
1 parent 0e67209 commit e728176
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 @@ -200,7 +200,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 @@ -198,7 +198,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 @@ -192,7 +192,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 @@ -199,7 +199,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 @@ -200,7 +200,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 @@ -201,7 +201,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 @@ -201,7 +201,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 e728176

Please sign in to comment.