[nostalgia] Add make conan to Jenkinsfile
This commit is contained in:
parent
c2b4595c33
commit
7df2244f65
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user