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