Skip to content

Commit 326309c

Browse files
matiasgarciaisaiaMartin Verzilli
authored andcommitted
OSX builds on CircleCI (#4412)
TravisCI has some delays for bringing up OSX nodes, so we are moving OSX builds to CircleCI
1 parent c27629f commit 326309c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

circle.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
machine:
2+
timezone:
3+
America/New_York
4+
environment:
5+
TRAVIS_BRANCH: $CIRCLE_BRANCH
6+
TRAVIS_OS_NAME: $CIRCLE_BUILD_IMAGE
7+
TRAVIS_PULL_REQUEST: $CI_PULL_REQUEST || "false"
8+
dependencies:
9+
override:
10+
- bin/ci prepare_system
11+
compile:
12+
override:
13+
- bin/ci prepare_build
14+
test:
15+
override:
16+
- bin/ci build

0 commit comments

Comments
 (0)