mirror of https://github.com/ArduPilot/ardupilot
.github: Autotest build need debug flag, rover also need enable-math-check-indexes. Fix caching
This commit is contained in:
parent
0e67209790
commit
e728176d4e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue