updates
This commit is contained in:
parent
a616804c8b
commit
ec2bf1b4d6
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,12 +1,12 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
label 'linux && debian && teaspeak'
|
label 'linux && x84 && teaspeak'
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
/* General flags */
|
/* General flags */
|
||||||
CXX_FLAGS = '-m32'
|
CXX_FLAGS = ''
|
||||||
C_FLAGS = '-m32'
|
C_FLAGS = ''
|
||||||
|
|
||||||
/* CMake specific flags */
|
/* CMake specific flags */
|
||||||
CMAKE_OPTIONS = ''
|
CMAKE_OPTIONS = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user