diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-03-06 23:39:14 +0100 |
---|---|---|
committer | Fabien Poussin <fabien.poussin@gmail.com> | 2019-03-06 23:39:14 +0100 |
commit | c5e0d2788e9181f1d8e35e606f4a12861c3c95d2 (patch) | |
tree | dec7be654e88db471b4baa8507ffde2632e03c71 /Jenkinsfile | |
parent | ca01b1216759e77963ad953a62106e872c4592c6 (diff) | |
download | ChibiOS-Contrib-c5e0d2788e9181f1d8e35e606f4a12861c3c95d2.tar.gz ChibiOS-Contrib-c5e0d2788e9181f1d8e35e606f4a12861c3c95d2.tar.bz2 ChibiOS-Contrib-c5e0d2788e9181f1d8e35e606f4a12861c3c95d2.zip |
Added Jenkinsfile
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 3 |
1 files changed, 2 insertions, 1 deletions
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/''' } } } |