[nostalgia] Add profile setting to libstdc++11 in Jenkinsfile

This commit is contained in:
Gary Talent 2020-04-09 23:38:32 -05:00
parent 5d95b188d8
commit 9091f9bd02

6
Jenkinsfile vendored
View File

@ -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'