mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 23:15:54 +01:00
Updated Jenkinsfile
This commit is contained in:
parent
5d56a8bad0
commit
b06dd768d8
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -4,25 +4,25 @@ pipeline {
|
||||
stage('error') {
|
||||
steps {
|
||||
parallel(
|
||||
"OpenBSD": {
|
||||
"openbsd-6.1": {
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||
sh 'make'
|
||||
|
||||
},
|
||||
"FreeBSD": {
|
||||
"freebsd-11": {
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||
sh 'make'
|
||||
|
||||
},
|
||||
"CentOS 7": {
|
||||
"centos-7": {
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||
sh 'make'
|
||||
|
||||
},
|
||||
"Debian 8": {
|
||||
"debian-8": {
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||
sh 'make'
|
||||
|
Loading…
Reference in New Issue
Block a user