pulsar/circle.yml

37 lines
595 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
- npm install -g npm
2016-07-20 20:33:34 +03:00
- script/fingerprint-clean
2016-07-20 19:41:21 +03:00
2016-07-20 19:22:24 +03:00
override:
- script/bootstrap
2016-07-20 20:33:34 +03:00
post:
- script/fingerprint-write
2016-07-20 20:07:06 +03:00
cache_directories:
- apm/node_modules
- build/node_modules
- node_modules
2016-07-20 19:22:24 +03:00
test:
override:
- script/grunt ci