mirror of
https://github.com/kakwa/uts-server
synced 2025-01-24 20:37:27 +01:00
trying another thing
This commit is contained in:
parent
e4b477dfcc
commit
7be76d289b
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -6,6 +6,8 @@ pipeline {
|
|||||||
parallel(
|
parallel(
|
||||||
"OpenBSD 6.1": {
|
"OpenBSD 6.1": {
|
||||||
node('openbsd-6.1') {
|
node('openbsd-6.1') {
|
||||||
|
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'
|
git 'https://github.com/kakwa/uts-server'
|
||||||
sh 'CC=/usr/local/bin/egcc CXX=/usr/local/bin/ec++ cmake . -DBUNDLE_CIVETWEB=ON'
|
sh 'CC=/usr/local/bin/egcc CXX=/usr/local/bin/ec++ cmake . -DBUNDLE_CIVETWEB=ON'
|
||||||
sh 'make'
|
sh 'make'
|
||||||
@ -13,6 +15,8 @@ pipeline {
|
|||||||
},
|
},
|
||||||
"FreeBSD 11": {
|
"FreeBSD 11": {
|
||||||
node('freebsd-11') {
|
node('freebsd-11') {
|
||||||
|
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'
|
git 'https://github.com/kakwa/uts-server'
|
||||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||||
sh 'make'
|
sh 'make'
|
||||||
@ -20,6 +24,8 @@ pipeline {
|
|||||||
},
|
},
|
||||||
"CentOS 7": {
|
"CentOS 7": {
|
||||||
node('centos-7') {
|
node('centos-7') {
|
||||||
|
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'
|
git 'https://github.com/kakwa/uts-server'
|
||||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||||
sh 'make'
|
sh 'make'
|
||||||
@ -27,6 +33,8 @@ pipeline {
|
|||||||
},
|
},
|
||||||
"Debian 8": {
|
"Debian 8": {
|
||||||
node('debian-8') {
|
node('debian-8') {
|
||||||
|
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'
|
git 'https://github.com/kakwa/uts-server'
|
||||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||||
sh 'make'
|
sh 'make'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user