Skip to content

Commit

Permalink
circle ci updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Apr 25, 2018
1 parent a433a82 commit 7d8d962
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- run:
name: Run unit tests
command: swift test

linux-release:
docker:
- image: codevapor/swift:4.1
steps:
- checkout
- run:
name: Compile code with optimizations
command: swift build -c release
Expand All @@ -31,7 +37,7 @@ jobs:
steps:
- run:
name: Clone Fluent SQLite
command: git clone -b dbkit-gm https://github.com/vapor/fluent-sqlite.git
command: git clone -b master https://github.com/vapor/fluent-sqlite.git
working_directory: ~/
- run:
name: Switch Fluent SQLite to this SQLite revision
Expand All @@ -49,6 +55,7 @@ workflows:
jobs:
- linux
- linux-fluent
- linux-release
# - macos

nightly:
Expand Down

0 comments on commit 7d8d962

Please sign in to comment.