This commit is contained in:
WolverinDEV 2018-08-09 13:26:50 +02:00
parent a616804c8b
commit ec2bf1b4d6

6
Jenkinsfile vendored
View File

@ -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 = ''