Updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-09 21:45:31 +02:00
parent 1f2a14b5ef
commit 29044929e2

12
Jenkinsfile vendored
View File

@ -13,15 +13,15 @@ pipeline {
}
environment {
/* General flags */
//General flags
CXX_FLAGS = ''
C_FLAGS = ''
/* CMake specific flags */
//CMake specific flags
CMAKE_OPTIONS = ''
CMAKE_MAKE_OPTIONS = ''
/* Make specific flags */
//Make specific flags
MAKE_OPTIONS = ''
}
@ -55,15 +55,15 @@ pipeline {
}
environment {
/* General flags */
//General flags
CXX_FLAGS = ''
C_FLAGS = ''
/* CMake specific flags */
//CMake specific flags
CMAKE_OPTIONS = ''
CMAKE_MAKE_OPTIONS = ''
/* Make specific flags */
//Make specific flags
MAKE_OPTIONS = ''
}