From ec2bf1b4d65b847bc5555e3ee0852d9407358158 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Thu, 9 Aug 2018 13:26:50 +0200 Subject: [PATCH] updates --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 88d9b1e..9bbfc02 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 = ''