Updating revs
This commit is contained in:
parent
ea212cc68c
commit
2d7ea9ae5f
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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 {
|
||||
|
2
TeaSpeak
2
TeaSpeak
@ -1 +1 @@
|
||||
Subproject commit cb15bea748eb5c3619763a357d1d1fc5871323ae
|
||||
Subproject commit 8baaf1de609ea42a2519a7ee41a58ee9899ee65a
|
@ -1 +1 @@
|
||||
Subproject commit a023412181b23d21dfd23dfbf496e1a4c43b0aa0
|
||||
Subproject commit eba5e0a164ee7b0e21a5012146ce0ad955099e7c
|
Loading…
Reference in New Issue
Block a user