cd xybrid.

Jenkins
Rachel Fae Fox 2019-07-22 10:14:45 -04:00
parent bd6041d1e2
commit 0fe9261d1d
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -16,7 +16,8 @@ qmake'''
}
stage('Make') {
steps {
sh 'make'
sh '''cd xybrid
make'''
}
}
}