[nostalgia] Add profile setting to libstdc++11 in Jenkinsfile
This commit is contained in:
parent
5d95b188d8
commit
9091f9bd02
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,6 +1,12 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Environment') {
|
||||
steps {
|
||||
sh 'conan profile update settings.compiler.libcxx=libstdc++11 default'
|
||||
sh 'conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan'
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'make conan'
|
||||
|
Loading…
x
Reference in New Issue
Block a user