.github: Autotest build need debug flag, rover also need enable-math-check-indexes. Fix caching

This commit is contained in:
Pierre Kancir 2024-02-08 10:32:06 +01:00 committed by Peter Barker
parent 0e67209790
commit e728176d4e
7 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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