Skip to content

Commit f5835c2

Browse files
committed
remove macos tests
1 parent 963c2a9 commit f5835c2

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

circle.yml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,6 @@
11
version: 2
22

33
jobs:
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
@@ -37,6 +12,7 @@ jobs:
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:

0 commit comments

Comments
 (0)