Skip to content

Commit 16c4009

Browse files
committed
CI WIP
1 parent 3fb5dee commit 16c4009

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,7 @@ pipeline {
77
stages {
88
stage('Builds') {
99
parallel {
10-
stage('Build MacOS') {
11-
agent {
12-
label 'mac'
13-
}
14-
when {
15-
anyOf {
16-
branch 'master'
17-
}
18-
}
19-
steps {
20-
script {
21-
sh 'swift test'
22-
}
23-
}
24-
}
25-
26-
stage('Build Linux (Docker)') {
10+
stage('Build Linux') {
2711
agent any
2812
when {
2913
anyOf {

0 commit comments

Comments
 (0)