mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
34 lines
539 B
YAML
34 lines
539 B
YAML
machine:
|
|
environment:
|
|
XCODE_SCHEME: test
|
|
XCODE_WORKSPACE: test
|
|
XCODE_PROJECT: test
|
|
|
|
xcode:
|
|
version: 7.3
|
|
|
|
general:
|
|
branches:
|
|
only:
|
|
- as-circle-ci
|
|
|
|
dependencies:
|
|
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
|
|
|
|
override:
|
|
- script/bootstrap
|
|
|
|
cache_directories:
|
|
- apm/node_modules
|
|
- build/node_modules
|
|
- node_modules
|
|
- electron
|
|
|
|
test:
|
|
override:
|
|
- script/grunt ci
|