From 88f62710618d61ae020822df6ab89644cef109a5 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Thu, 15 Nov 2018 13:54:51 -0500 Subject: [PATCH] Jenkins add tests on MacOS --- .ci/Jenkinsfile-compile | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/Jenkinsfile-compile b/.ci/Jenkinsfile-compile index f6dc68e418..3f28381db4 100644 --- a/.ci/Jenkinsfile-compile +++ b/.ci/Jenkinsfile-compile @@ -31,6 +31,7 @@ pipeline { sh('ccache -z') sh('make posix_sitl_default') sh('ccache -s') + sh('make tests') } catch (exc) { throw (exc)