mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
jenkins: Update meson script
This commit is contained in:
parent
bf72e06461
commit
4da90f0d8c
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ node('docker') {
|
|||
testTimeMargin: '3000', thresholdMode: 1,
|
||||
thresholds: [[$class: 'FailedThreshold',
|
||||
failureNewThreshold: '',
|
||||
failureThreshold: '400',
|
||||
failureThreshold: '5',
|
||||
unstableNewThreshold: '',
|
||||
unstableThreshold: '1'],
|
||||
[$class: 'SkippedThreshold',
|
||||
|
@ -61,7 +61,7 @@ node('docker') {
|
|||
}
|
||||
|
||||
stage('install') {
|
||||
sh 'mkdir dest'
|
||||
sh 'mkdir -p dest'
|
||||
sh 'DESTDIR=$PWD/dest ninja -C build install'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue