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
|
||||
./waf configure --board ${{matrix.config}}
|
||||
./waf
|
||||
./waf configure --board ${{matrix.config}} --debug
|
||||
./waf
|
||||
ccache -s
|
||||
ccache -z
|
||||
|
|
Loading…
Reference in New Issue