File tree Expand file tree Collapse file tree 1 file changed +24
-10
lines changed Expand file tree Collapse file tree 1 file changed +24
-10
lines changed Original file line number Diff line number Diff line change 1
1
stages :
2
- - build release
3
- - test
4
- - docs
2
+ - Build in Release
3
+ - Test
4
+ - Docs
5
5
6
6
pages :
7
- stage : docs
7
+ stage : Docs
8
8
only :
9
9
- tags
10
10
tags :
@@ -32,22 +32,29 @@ pages:
32
32
- public
33
33
34
34
.build :
35
- stage : build release
35
+ stage : Build in Release
36
36
tags :
37
37
- docker
38
38
script :
39
39
- swift build -c release -v
40
40
41
- build ubuntu-xenial :
41
+ build 5.0: ubuntu-xenial :
42
42
extends : .build
43
43
image : swift:5.0-xenial
44
+ build 5.1:ubuntu-xenial :
45
+ extends : .build
46
+ image : norionomura/swift:swift-5.1-branch
47
+ build latest:ubuntu-xenial :
48
+ extends : .build
49
+ image : norionomura/swift:nightly
50
+ allow_failure : true
44
51
45
- build ubuntu-bionic :
52
+ build 5.0: ubuntu-bionic :
46
53
extends : .build
47
54
image : swift:5.0-bionic
48
55
49
56
.test :
50
- stage : test
57
+ stage : Test
51
58
tags :
52
59
- docker
53
60
variables :
@@ -61,10 +68,17 @@ build ubuntu-bionic:
61
68
- swift build -v
62
69
- swift test
63
70
64
- test ubuntu-xenial :
71
+ test 5.0: ubuntu-xenial :
65
72
extends : .test
66
73
image : swift:5.0-xenial
74
+ test 5.1:ubuntu-xenial :
75
+ extends : .test
76
+ image : norionomura/swift:swift-5.1-branch
77
+ test latest:ubuntu-xenial :
78
+ extends : .test
79
+ image : norionomura/swift:nightly
80
+ allow_failure : true
67
81
68
- test ubuntu-bionic :
82
+ test 5.0: ubuntu-bionic :
69
83
extends : .test
70
84
image : swift:5.0-bionic
You can’t perform that action at this time.
0 commit comments