diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-03-07 10:36:24 +0100 |
---|---|---|
committer | Fabien Poussin <fabien.poussin@gmail.com> | 2019-03-07 10:36:24 +0100 |
commit | 6509e836ebddfde3652586481b245834ea4d2a87 (patch) | |
tree | 2f22e6398ea6258b0516b27b4fd6a53a12a00c90 | |
parent | 15d14a502fdc74585c10cccfb4cbf29e5f3fd0f3 (diff) | |
download | ChibiOS-Contrib-6509e836ebddfde3652586481b245834ea4d2a87.tar.gz ChibiOS-Contrib-6509e836ebddfde3652586481b245834ea4d2a87.tar.bz2 ChibiOS-Contrib-6509e836ebddfde3652586481b245834ea4d2a87.zip |
Added Jenkinsfile
-rw-r--r-- | Jenkinsfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index ffb1c7d..fd3da41 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,9 +20,9 @@ pipeline { } steps { - sh '''git -C $WORKSPACE/ChibiOS pull || git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git - -CH_PATH=$WORKSPACE/ChibiOS ./tools/chbuild.sh ./testhal/STM32/''' + sh 'git -C $WORKSPACE/ChibiOS pull || git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git' + sh 'CH_PATH=$WORKSPACE/ChibiOS CHC_PATH=$WORKSPACE ./tools/chbuild.sh ./testhal/STM32/' + sh 'CH_PATH=$WORKSPACE/ChibiOS CHC_PATH=$WORKSPACE ./tools/chbuild.sh ./demos/STM32/' } } } |