mirror of
https://github.com/kakwa/uts-server
synced 2025-01-09 13:14:31 +01:00
Updated Jenkinsfile
This commit is contained in:
parent
659152f2f2
commit
5d56a8bad0
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -6,18 +6,26 @@ pipeline {
|
||||
parallel(
|
||||
"OpenBSD": {
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||
sh 'make'
|
||||
|
||||
},
|
||||
"FreeBSD": {
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||
sh 'make'
|
||||
|
||||
},
|
||||
"CentOS 7": {
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||
sh 'make'
|
||||
|
||||
},
|
||||
"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