From 7d8d962c4eed4eb331150d1384082f3981e6e6d3 Mon Sep 17 00:00:00 2001 From: tanner0101 Date: Wed, 25 Apr 2018 18:03:14 -0400 Subject: [PATCH] circle ci updates --- circle.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index a1865c6..75075bd 100644 --- a/circle.yml +++ b/circle.yml @@ -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 @@ -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 @@ -49,6 +55,7 @@ workflows: jobs: - linux - linux-fluent + - linux-release # - macos nightly: