diff --git a/Jenkinsfile b/Jenkinsfile index d8b2b39..f24db61 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,8 @@ pipeline { stages { stage("build && test") { steps { + echo 'Workspace: ${env.WORKSPACE}' + sh 'ls' sh 'sudo pip3 install --upgrade conan==1.42.1' sh 'conan profile new default --detect' sh 'conan profile update settings.compiler.libcxx=libstdc++11 default'