[nostalgia] Cleanup build files

This commit is contained in:
2020-06-20 05:27:03 -05:00
parent dbf532df1c
commit d664979868
3 changed files with 6 additions and 3 deletions

View File

@ -5,8 +5,7 @@ pipeline {
stages {
stage('Environment') {
steps {
sh 'conan profile update settings.compiler.libcxx=libstdc++11 default'
sh 'conan remote add -f bincrafters https://api.bintray.com/conan/bincrafters/public-conan'
sh 'make setup-conan'
sh 'make conan'
}
}