Skip to content

Commit 8e621ad

Browse files
committed
Migrate to Circle 2.0
1 parent 1445529 commit 8e621ad

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

.circleci/config.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
jobs:
4+
build:
5+
macos:
6+
xcode: "9.0"
7+
8+
environment:
9+
TRAVIS_BRANCH: $CIRCLE_BRANCH
10+
TRAVIS_OS_NAME: osx
11+
TRAVIS_PULL_REQUEST: $CI_PULL_REQUEST || "false"
12+
13+
steps:
14+
- checkout
15+
- run: bin/ci prepare_system
16+
- run: bin/ci prepare_build
17+
- run: bin/ci build

circle.yml

-16
This file was deleted.

0 commit comments

Comments
 (0)