Edited jenkins file

This commit is contained in:
WolverinDEV 2018-08-11 11:42:09 +02:00
parent 9dfca6f80d
commit 2f307d2e16

4
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
//CMake specific flags
CMAKE_OPTIONS = ''
CMAKE_MAKE_OPTIONS = ''
CMAKE_MAKE_OPTIONS = '-j 12'
//Make specific flags
MAKE_OPTIONS = ''
@ -58,7 +58,7 @@ pipeline {
//CMake specific flags
CMAKE_OPTIONS = ''
CMAKE_MAKE_OPTIONS = ''
CMAKE_MAKE_OPTIONS = '-j 12'
//Make specific flags
MAKE_OPTIONS = ''