File tree Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
3
jobs :
4
- linux :
4
+ test-ubuntu-bionic :
5
5
docker :
6
- - image : vapor/ swift:5.0
6
+ - image : swift:5.0-bionic
7
7
- image : redis:5
8
8
steps :
9
9
- checkout
10
10
- run : swift build
11
11
- run : swift test
12
- linux-release :
12
+ test-ubuntu-xenial :
13
13
docker :
14
- - image : vapor/swift:5.0
14
+ - image : swift:5.0-xenial
15
+ - image : redis:5
16
+ steps :
17
+ - checkout
18
+ - run : swift build
19
+ - run : swift test
20
+
21
+ build-ubuntu-bionic :
22
+ docker :
23
+ - image : swift:5.0-bionic
24
+ steps :
25
+ - checkout
26
+ - run : swift build -c release
27
+ build-ubuntu-xenial :
28
+ docker :
29
+ - image : swift:5.0-xenial
15
30
steps :
16
31
- checkout
17
32
- run : swift build -c release
18
33
workflows :
19
34
version : 2
20
35
tests :
21
36
jobs :
22
- - linux
23
- - linux-release
37
+ - test-ubuntu-bionic
38
+ - test-ubuntu-xenial
39
+ builds :
40
+ jobs :
41
+ - build-ubuntu-bionic
42
+ - build-ubuntu-xenial
You can’t perform that action at this time.
0 commit comments