We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48bd1b6 commit fb395e9Copy full SHA for fb395e9
1 file changed
Jenkinsfile
@@ -7,22 +7,6 @@ pipeline {
7
stages {
8
stage('Builds') {
9
parallel {
10
- stage('Build MacOS') {
11
- agent {
12
- label 'xcode'
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') {
27
agent any
28
when {
@@ -32,13 +16,12 @@ pipeline {
32
}
33
steps {
34
script {
35
- mgw.inDocker('liveui/boost-base:1.1.1') {
36
37
+ sh './scripts/docker-shortcuts/test.sh'
38
39
40
41
42
43
44
+
0 commit comments