testies
This commit is contained in:
parent
dc9e159377
commit
d909651bf1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,6 +6,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage("build && test") {
|
stage("build && test") {
|
||||||
steps {
|
steps {
|
||||||
|
echo 'Workspace: ${env.WORKSPACE}'
|
||||||
|
sh 'ls'
|
||||||
sh 'sudo pip3 install --upgrade conan==1.42.1'
|
sh 'sudo pip3 install --upgrade conan==1.42.1'
|
||||||
sh 'conan profile new default --detect'
|
sh 'conan profile new default --detect'
|
||||||
sh 'conan profile update settings.compiler.libcxx=libstdc++11 default'
|
sh 'conan profile update settings.compiler.libcxx=libstdc++11 default'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user