Updated jenkins file
This commit is contained in:
parent
1f2a14b5ef
commit
29044929e2
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -13,15 +13,15 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
/* General flags */
|
//General flags
|
||||||
CXX_FLAGS = ''
|
CXX_FLAGS = ''
|
||||||
C_FLAGS = ''
|
C_FLAGS = ''
|
||||||
|
|
||||||
/* CMake specific flags */
|
//CMake specific flags
|
||||||
CMAKE_OPTIONS = ''
|
CMAKE_OPTIONS = ''
|
||||||
CMAKE_MAKE_OPTIONS = ''
|
CMAKE_MAKE_OPTIONS = ''
|
||||||
|
|
||||||
/* Make specific flags */
|
//Make specific flags
|
||||||
MAKE_OPTIONS = ''
|
MAKE_OPTIONS = ''
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -55,15 +55,15 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
/* General flags */
|
//General flags
|
||||||
CXX_FLAGS = ''
|
CXX_FLAGS = ''
|
||||||
C_FLAGS = ''
|
C_FLAGS = ''
|
||||||
|
|
||||||
/* CMake specific flags */
|
//CMake specific flags
|
||||||
CMAKE_OPTIONS = ''
|
CMAKE_OPTIONS = ''
|
||||||
CMAKE_MAKE_OPTIONS = ''
|
CMAKE_MAKE_OPTIONS = ''
|
||||||
|
|
||||||
/* Make specific flags */
|
//Make specific flags
|
||||||
MAKE_OPTIONS = ''
|
MAKE_OPTIONS = ''
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user