build win32 last
This commit is contained in:
parent
197e79dd07
commit
5dff8927da
@ -27,24 +27,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('mingw64') {
|
|
||||||
agent {
|
|
||||||
dockerfile {
|
|
||||||
filename 'mingw64'
|
|
||||||
dir 'docker/64_bit'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
steps {
|
|
||||||
retry(2) {
|
|
||||||
sleep time: 5, unit: 'SECONDS'
|
|
||||||
cmake arguments: "${env.CONFIGURE_MINGW64_ARGS}", installation: 'InSearchPath', workingDir: 'build/mingw64'
|
|
||||||
cmake arguments: "${env.BUILD_ARGS}", installation: 'InSearchPath', workingDir: 'build/mingw64'
|
|
||||||
sh 'strip build/mingw64/repertory.exe'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('alpine') {
|
stage('alpine') {
|
||||||
agent {
|
agent {
|
||||||
dockerfile {
|
dockerfile {
|
||||||
@ -82,6 +64,24 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('mingw64') {
|
||||||
|
agent {
|
||||||
|
dockerfile {
|
||||||
|
filename 'mingw64'
|
||||||
|
dir 'docker/64_bit'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
steps {
|
||||||
|
retry(2) {
|
||||||
|
sleep time: 5, unit: 'SECONDS'
|
||||||
|
cmake arguments: "${env.CONFIGURE_MINGW64_ARGS}", installation: 'InSearchPath', workingDir: 'build/mingw64'
|
||||||
|
cmake arguments: "${env.BUILD_ARGS}", installation: 'InSearchPath', workingDir: 'build/mingw64'
|
||||||
|
sh 'strip build/mingw64/repertory.exe'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage('deliver') {
|
stage('deliver') {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user