mirror of
https://github.com/kakwa/uts-server
synced 2025-06-12 11:11:32 +02:00
trying another thing
This commit is contained in:
parent
7be76d289b
commit
1a84593046
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -9,7 +9,7 @@ pipeline {
|
|||||||
sh 'git config --global user.name "jenkins@kakwa.fr"'
|
sh 'git config --global user.name "jenkins@kakwa.fr"'
|
||||||
sh 'git config --global user.email "jenkins@kakwa.fr"'
|
sh 'git config --global user.email "jenkins@kakwa.fr"'
|
||||||
git 'https://github.com/kakwa/uts-server'
|
git 'https://github.com/kakwa/uts-server'
|
||||||
sh 'CC=/usr/local/bin/egcc CXX=/usr/local/bin/ec++ cmake . -DBUNDLE_CIVETWEB=ON'
|
sh 'export CC=/usr/local/bin/egcc;export CXX=/usr/local/bin/ec++; cmake . -DBUNDLE_CIVETWEB=ON'
|
||||||
sh 'make'
|
sh 'make'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user