Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
remove macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Aug 9, 2018
1 parent 963c2a9 commit f5835c2
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,6 @@
version: 2

jobs:
macos:
macos:
xcode: "9.3.0"
steps:
- checkout
- run:
name: Install LibreSSL
command: brew install libressl
- run:
name: Compile code
command: swift build
- run:
name: Run unit tests
command: export ENABLE_TESTS=true; swift test
macos-release:
macos:
xcode: "9.3.0"
steps:
- checkout
- run:
name: Install LibreSSL
command: brew install libressl
- run:
name: Compile code with optimizations
command: swift build -c release
linux:
docker:
- image: swift:4.1
Expand All @@ -37,6 +12,7 @@ jobs:
- run:
name: Run unit tests
command: export ENABLE_TESTS=true; swift test

linux-release:
docker:
- image: swift:4.1
Expand All @@ -52,8 +28,6 @@ workflows:
jobs:
- linux
- linux-release
- macos
- macos-release

nightly:
triggers:
Expand Down

0 comments on commit f5835c2

Please sign in to comment.