[nostalgia] Add make conan to Jenkinsfile

This commit is contained in:
Gary Talent 2020-02-12 22:34:49 -06:00
parent c2b4595c33
commit 7df2244f65

1
Jenkinsfile vendored
View File

@ -3,6 +3,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'make conan'
sh 'make configure-debug configure-release' sh 'make configure-debug configure-release'
sh 'make' sh 'make'
} }