mirror of https://github.com/ArduPilot/ardupilot
.github: add debug build test for macos
This commit is contained in:
parent
bf2ccec4d7
commit
452df9022b
|
@ -188,5 +188,7 @@ jobs:
|
||||||
echo $PATH
|
echo $PATH
|
||||||
./waf configure --board ${{matrix.config}}
|
./waf configure --board ${{matrix.config}}
|
||||||
./waf
|
./waf
|
||||||
|
./waf configure --board ${{matrix.config}} --debug
|
||||||
|
./waf
|
||||||
ccache -s
|
ccache -s
|
||||||
ccache -z
|
ccache -z
|
||||||
|
|
Loading…
Reference in New Issue