Added Jenkinsfile
This commit is contained in:
parent
c5e0d2788e
commit
ddebfb2360
|
@ -20,11 +20,11 @@ pipeline {
|
|||
|
||||
}
|
||||
steps {
|
||||
sh '''mkdir /tmp/contrib
|
||||
cp -r $WORKSPACE/* $WORKSPACE/.git /tmp/contrib/
|
||||
sh '''mkdir /tmp/contrib_$EXECUTOR_NUMBER
|
||||
|
||||
cp -r $WORKSPACE/* $WORKSPACE/.git /tmp/contrib_$EXECUTOR_NUMBER
|
||||
|
||||
mv -v /tmp/contrib $WORKSPACE/'''
|
||||
cp -r /tmp/contrib_$EXECUTOR_NUMBER $WORKSPACE/'''
|
||||
sh '''git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git $WORKSPACE/ChibiOS-RT
|
||||
cd $WORKSPACE/contrib
|
||||
bash ./tools/chbuild.sh ./testhal/STM32/'''
|
||||
|
|
Loading…
Reference in New Issue