Swap clean&conf
This commit is contained in:
parent
b3dda7cd9e
commit
93d4d28081
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -8,16 +8,16 @@ pipeline {
|
||||
sh 'git clone https://git.netcubesystems.at/NetCube-Systems-Austria/kumquat-buildroot.git || (cd kumquat-buildroot; git pull)'
|
||||
}
|
||||
}
|
||||
stage('Configure') {
|
||||
steps {
|
||||
sh 'make -C kumquat-buildroot netcube_kumquat_defconfig'
|
||||
}
|
||||
}
|
||||
stage('Clean') {
|
||||
steps {
|
||||
sh 'make -C kumquat-buildroot distclean'
|
||||
}
|
||||
}
|
||||
stage('Configure') {
|
||||
steps {
|
||||
sh 'make -C kumquat-buildroot netcube_kumquat_defconfig'
|
||||
}
|
||||
}
|
||||
stage('Toolchain') {
|
||||
steps {
|
||||
sh 'make -C kumquat-buildroot toolchain'
|
||||
|
Loading…
Reference in New Issue
Block a user