mirror of
https://github.com/kakwa/uts-server
synced 2025-01-09 13:14:31 +01:00
adding a mandatory cleaning step
This commit is contained in:
parent
b6c6ea6d6d
commit
36d23b0e2c
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -9,7 +9,9 @@ pipeline {
|
||||
sh 'git config --global user.name "jenkins@kakwa.fr"'
|
||||
sh 'git config --global user.email "jenkins@kakwa.fr"'
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
sh 'export CC=/usr/local/bin/egcc;export CXX=/usr/local/bin/ec++; cmake . -DBUNDLE_CIVETWEB=ON && make'
|
||||
sh 'git clean -fdx'
|
||||
sh 'export CC=/usr/local/bin/egcc;export CXX=/usr/local/bin/ec++; cmake . -DBUNDLE_CIVETWEB=ON'
|
||||
sh 'make'
|
||||
}
|
||||
},
|
||||
"FreeBSD 11": {
|
||||
@ -17,6 +19,7 @@ pipeline {
|
||||
sh 'git config --global user.email "jenkins@kakwa.fr"'
|
||||
sh 'git config --global user.name "jenkins@kakwa.fr"'
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
sh 'git clean -fdx'
|
||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||
sh 'make'
|
||||
}
|
||||
@ -26,6 +29,7 @@ pipeline {
|
||||
sh 'git config --global user.email "jenkins@kakwa.fr"'
|
||||
sh 'git config --global user.name "jenkins@kakwa.fr"'
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
sh 'git clean -fdx'
|
||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||
sh 'make'
|
||||
}
|
||||
@ -35,6 +39,7 @@ pipeline {
|
||||
sh 'git config --global user.email "jenkins@kakwa.fr"'
|
||||
sh 'git config --global user.name "jenkins@kakwa.fr"'
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
sh 'git clean -fdx'
|
||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||
sh 'make'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user