mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-22 18:22:37 +00:00
re-enable CI on master
This commit is contained in:
parent
e58a0b3efb
commit
54e25084fe
34
Jenkinsfile
vendored
34
Jenkinsfile
vendored
@ -40,26 +40,26 @@ parallel 'centos7': {
|
|||||||
// throw err
|
// throw err
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
// }, 'macOS': {
|
}, 'macOS': {
|
||||||
// node('macOS') {
|
node('macOS') {
|
||||||
// try {
|
try {
|
||||||
// checkout scm
|
checkout scm
|
||||||
|
|
||||||
// stage('Build macOS') {
|
stage('Build macOS') {
|
||||||
// sh 'make -f make-mac.mk'
|
sh 'make -f make-mac.mk'
|
||||||
// }
|
}
|
||||||
|
|
||||||
// stage('Build macOS UI') {
|
stage('Build macOS UI') {
|
||||||
// sh 'cd macui && xcodebuild -target "ZeroTier One" -configuration Debug'
|
sh 'cd macui && xcodebuild -target "ZeroTier One" -configuration Debug'
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// catch (err) {
|
catch (err) {
|
||||||
// currentBuild.result = "FAILURE"
|
currentBuild.result = "FAILURE"
|
||||||
// mattermostSend color: '#ff0000', message: "${env.JOB_NAME} broken on macOS (<${env.BUILD_URL}|Open>)"
|
mattermostSend color: '#ff0000', message: "${env.JOB_NAME} broken on macOS (<${env.BUILD_URL}|Open>)"
|
||||||
|
|
||||||
// throw err
|
throw err
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// }, 'windows': {
|
// }, 'windows': {
|
||||||
// node('windows') {
|
// node('windows') {
|
||||||
// try {
|
// try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user