We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27629f commit 326309cCopy full SHA for 326309c
circle.yml
@@ -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
13
+ - bin/ci prepare_build
14
+test:
15
16
+ - bin/ci build
0 commit comments