Updating revs
This commit is contained in:
Vendored
+3
@@ -7,6 +7,7 @@ pipeline {
|
||||
booleanParam(name: 'build_arm32v7', defaultValue: false, description: 'Build for arm32v7')
|
||||
booleanParam(name: 'build_x86', defaultValue: false, description: 'Build for x86')
|
||||
choice(choices: ['none', 'debug', 'optimized', 'stable'], description: 'What kind of build do you want to run?', name: 'build_type')
|
||||
text(name: 'rebuild_libraries', defaultValue: '', description: 'Libraries to rebuild')
|
||||
}
|
||||
|
||||
environment {
|
||||
@@ -16,6 +17,8 @@ pipeline {
|
||||
|
||||
//Make specific flags
|
||||
MAKE_OPTIONS = '-j32'
|
||||
|
||||
force_rebuild="${params.rebuild_libraries}"
|
||||
}
|
||||
|
||||
stages {
|
||||
|
||||
+1
-1
Submodule TeaSpeak updated: cb15bea748...8baaf1de60
+1
-1
Submodule build-helpers updated: a023412181...eba5e0a164
Reference in New Issue
Block a user