Updated jenkins file
This commit is contained in:
parent
1f2a14b5ef
commit
29044929e2
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -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 = ''
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user