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
1 changed files with 1 additions and 0 deletions

View File

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