We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f903e88 commit 89bf1ddCopy full SHA for 89bf1dd
circle.yml
@@ -1,6 +1,22 @@
1
version: 2
2
3
jobs:
4
+ swift4:
5
+ docker:
6
+ - image: swift:4.2
7
+ steps:
8
+ - checkout
9
+ - run: apt-get update; apt-get install -y libssl-dev zlib1g-dev
10
+ - run: swift build
11
+ - run: swift test
12
+ swift5:
13
14
+ - image: swift:5
15
16
17
18
19
20
bionic:
21
docker:
22
- image: vapor/swift:5.1-bionic
@@ -22,4 +38,6 @@ workflows:
38
tests:
23
39
24
40
- bionic
25
- - bionic-release
41
+ - bionic-release
42
+ - swift4
43
+ - swift5
0 commit comments