pulsar/circle.yml

27 lines
410 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
general:
branches:
only:
2016-07-20 19:22:24 +03:00
- as-circle-ci
dependencies:
2016-07-20 19:41:21 +03:00
pre:
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.3/install.sh | bash
- nvm install 4.4.7
- nvm use 4.4.7
2016-07-20 19:22:24 +03:00
override:
- script/bootstrap
test:
override:
- script/grunt ci