Skip to content

Commit 3fb5dee

Browse files
committed
CI WIP
1 parent b34e7bd commit 3fb5dee

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Jenkinsfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99
parallel {
1010
stage('Build MacOS') {
1111
agent {
12-
label 'xcode'
12+
label 'mac'
1313
}
1414
when {
1515
anyOf {
@@ -23,7 +23,7 @@ pipeline {
2323
}
2424
}
2525

26-
stage('Build Linux') {
26+
stage('Build Linux (Docker)') {
2727
agent any
2828
when {
2929
anyOf {
@@ -32,9 +32,7 @@ pipeline {
3232
}
3333
steps {
3434
script {
35-
mgw.inDocker('liveui/boost-base:1.1.1') {
36-
sh 'swift test'
37-
}
35+
sh './scripts/docker-shortcuts/test.sh'
3836
}
3937
}
4038
}

0 commit comments

Comments
 (0)