testies
Some checks failed
gitea/skullc-peripherals/pipeline/head There was a failure building this commit
continuous-integration/drone/push Build is passing

This commit is contained in:
Erki 2022-01-23 18:46:26 +02:00
parent dc9e159377
commit d909651bf1

2
Jenkinsfile vendored
View File

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