[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 {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
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') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'make conan'
|
sh 'make conan'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user