pulsar/circle.yml

25 lines
296 B
YAML
Raw Normal View History

2016-07-20 19:22:24 +03:00
machine:
2016-07-20 19:28:36 +03:00
environment:
XCODE_SCHEME: test
2016-07-20 19:37:29 +03:00
XCODE_WORKSPACE: test
2016-07-20 19:39:43 +03:00
XCODE_PROJECT: test
2016-07-20 19:28:36 +03:00
2016-07-20 19:26:13 +03:00
xcode:
version: 7.3
2016-07-20 19:22:24 +03:00
node:
version: 4.4.7
general:
branches:
only:
2016-07-20 19:22:24 +03:00
- as-circle-ci
dependencies:
override:
- script/bootstrap
test:
override:
- script/grunt ci