File tree Expand file tree Collapse file tree 1 file changed +1
-27
lines changed
Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Original file line number Diff line number Diff line change 11version : 2
22
33jobs :
4- macos :
5- macos :
6- xcode : " 9.3.0"
7- steps :
8- - checkout
9- - run :
10- name : Install LibreSSL
11- command : brew install libressl
12- - run :
13- name : Compile code
14- command : swift build
15- - run :
16- name : Run unit tests
17- command : export ENABLE_TESTS=true; swift test
18- macos-release :
19- macos :
20- xcode : " 9.3.0"
21- steps :
22- - checkout
23- - run :
24- name : Install LibreSSL
25- command : brew install libressl
26- - run :
27- name : Compile code with optimizations
28- command : swift build -c release
294 linux :
305 docker :
316 - image : swift:4.1
3712 - run :
3813 name : Run unit tests
3914 command : export ENABLE_TESTS=true; swift test
15+
4016 linux-release :
4117 docker :
4218 - image : swift:4.1
@@ -52,8 +28,6 @@ workflows:
5228 jobs :
5329 - linux
5430 - linux-release
55- - macos
56- - macos-release
5731
5832 nightly :
5933 triggers :
You can’t perform that action at this time.
0 commit comments