Updated jenkins file
This commit is contained in:
Vendored
+6
-6
@@ -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 = ''
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user