remove xml x_cv; added makes to jenkinsfile
This commit is contained in:
parent
5a8660afb6
commit
5304acb086
3 changed files with 14 additions and 46 deletions
17
test/Jenkinsfile
vendored
17
test/Jenkinsfile
vendored
|
|
@ -18,8 +18,19 @@ node {
|
|||
*/
|
||||
sh 'make'
|
||||
}
|
||||
|
||||
stage('Testing') {
|
||||
|
||||
stage('Make install') {
|
||||
sh 'make install'
|
||||
}
|
||||
stage('Make install-include') {
|
||||
sh 'make install-include'
|
||||
}
|
||||
stage('Make Example') {
|
||||
sh 'cd example'
|
||||
sh 'make'
|
||||
sh 'sudo make install'
|
||||
}
|
||||
stage('Testing') {
|
||||
sh 'cd test'
|
||||
sh './all.sh'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue