Skip to content

Commit

Permalink
cleanup circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Jun 22, 2018
1 parent ee4b6c1 commit 045d010
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
version: 2

jobs:
macos:
macos:
xcode: "9.2"
steps:
- checkout
- run: swift build
- run: swift test

linux:
docker:
- image: codevapor/swift:4.1
Expand All @@ -20,7 +12,6 @@ jobs:
- run:
name: Run unit tests
command: swift test

linux-release:
docker:
- image: codevapor/swift:4.1
Expand All @@ -29,8 +20,6 @@ jobs:
- run:
name: Compile code with optimizations
command: swift build -c release


linux-fluent:
docker:
- image: codevapor/swift:4.1
Expand All @@ -47,17 +36,13 @@ jobs:
name: Run Fluent SQLite unit tests
command: swift test
working_directory: ~/fluent-sqlite


workflows:
version: 2
tests:
jobs:
- linux
- linux-fluent
- linux-release
# - macos

nightly:
triggers:
- schedule:
Expand All @@ -68,5 +53,3 @@ workflows:
- master
jobs:
- linux
# - macos

0 comments on commit 045d010

Please sign in to comment.