Jenkins add tests on MacOS

This commit is contained in:
Daniel Agar
2018-11-15 13:54:51 -05:00
committed by Lorenz Meier
parent c2e0368370
commit 88f6271061

View File

@@ -31,6 +31,7 @@ pipeline {
sh('ccache -z')
sh('make posix_sitl_default')
sh('ccache -s')
sh('make tests')
}
catch (exc) {
throw (exc)