From c5e0d2788e9181f1d8e35e606f4a12861c3c95d2 Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Wed, 6 Mar 2019 23:39:14 +0100 Subject: Added Jenkinsfile --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index ca22b8f..5e0fb38 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,8 @@ cp -r $WORKSPACE/* $WORKSPACE/.git /tmp/contrib/ mv -v /tmp/contrib $WORKSPACE/''' sh '''git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git $WORKSPACE/ChibiOS-RT -bash $WORKSPACE/contrib/tools/chbuild.sh $WORKSPACE/contrib/testhal/STM32/''' +cd $WORKSPACE/contrib +bash ./tools/chbuild.sh ./testhal/STM32/''' } } } -- cgit v1.2.3