update
This commit is contained in:
parent
c9f5605957
commit
a616804c8b
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
@ -3,6 +3,20 @@ pipeline {
|
||||
label 'linux && debian && teaspeak'
|
||||
}
|
||||
|
||||
environment {
|
||||
/* General flags */
|
||||
CXX_FLAGS = '-m32'
|
||||
C_FLAGS = '-m32'
|
||||
|
||||
/* CMake specific flags */
|
||||
CMAKE_OPTIONS = ''
|
||||
CMAKE_MAKE_OPTIONS = ''
|
||||
|
||||
/* Make specific flags */
|
||||
MAKE_OPTIONS = ''
|
||||
}
|
||||
|
||||
|
||||
stages {
|
||||
stage ('Initialize libraries') {
|
||||
steps {
|
||||
@ -21,7 +35,7 @@ pipeline {
|
||||
}
|
||||
stage ('Deploy') {
|
||||
steps {
|
||||
sh 'cd TeaSpeak/server/repro/; chmod 400 build_private_key; ./build.sh linux/amd64'
|
||||
sh 'cd TeaSpeak/server/repro/; chmod 400 build_private_key; ./build.sh linux/x84'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user