forked from Archive/PX4-Autopilot
Jenkins add tests on MacOS
This commit is contained in:
parent
c2e0368370
commit
88f6271061
|
@ -31,6 +31,7 @@ pipeline {
|
|||
sh('ccache -z')
|
||||
sh('make posix_sitl_default')
|
||||
sh('ccache -s')
|
||||
sh('make tests')
|
||||
}
|
||||
catch (exc) {
|
||||
throw (exc)
|
||||
|
|
Loading…
Reference in New Issue