mirror of
https://github.com/kakwa/uts-server
synced 2025-04-12 17:51:36 +02:00
Updated Jenkinsfile
This commit is contained in:
parent
b87a07c961
commit
fce9da1e3a
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…
x
Reference in New Issue
Block a user