[nostalgia] Make Jenkinsfile do ASAN builds
This commit is contained in:
parent
86652ca8d4
commit
f37515707f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -10,7 +10,7 @@ pipeline {
|
||||
}
|
||||
stage('Build Asan') {
|
||||
steps {
|
||||
sh 'make purge configure-debug'
|
||||
sh 'make purge configure-asan'
|
||||
sh 'make'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user