Skip to content

Commit

Permalink
OSX builds on CircleCI (#4412)
Browse files Browse the repository at this point in the history
TravisCI has some delays for bringing up OSX nodes, so we are
moving OSX builds to CircleCI
matiasgarciaisaia authored and Martin Verzilli committed May 13, 2017
1 parent c27629f commit 326309c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
machine:
timezone:
America/New_York
environment:
TRAVIS_BRANCH: $CIRCLE_BRANCH
TRAVIS_OS_NAME: $CIRCLE_BUILD_IMAGE
TRAVIS_PULL_REQUEST: $CI_PULL_REQUEST || "false"
dependencies:
override:
- bin/ci prepare_system
compile:
override:
- bin/ci prepare_build
test:
override:
- bin/ci build

0 comments on commit 326309c

Please sign in to comment.