Skip to content

Commit

Permalink
Add Circle stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycastelli committed Jun 6, 2017
1 parent 3dd066d commit 4ec0087
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
dependencies:
override:
- eval "$(curl -sL https://apt.vapor.sh)"
- sudo apt-get install vapor
- sudo chmod -R a+rx /usr/
test:
override:
- swift build
- swift build -c release
- swift test

0 comments on commit 4ec0087

Please sign in to comment.