forked from edemo/Lidehouse
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
circle.yml
28 lines (28 loc) · 786 Bytes
/
circle.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
machine:
node:
version: 8.9.3
dependencies:
cache_directories:
- "~/.npm"
- "~/.meteor"
- "node_modules"
- "./.meteor/local/build"
- "./.meteor/local/bundler-cache"
- "./.meteor/local/isopacks"
- "./.meteor/local/plugin-cache"
- "/home/ubuntu/nvm/versions/node/v8.9.3/bin"
- "/home/ubuntu/nvm/versions/node/v8.9.3/lib/node_modules"
override:
- ./.testing/upgrade_chrome_version.sh
- ./.testing/cache_meteor.sh
- ./.testing/cache_npm_dependencies.sh
- ./.testing/cache_build_and_dependencies.sh
- chimp --path=features # Cache chimp deps by running it without any tests
checkout:
post:
- git submodule update --init
test:
pre:
- mkdir -p $CIRCLE_TEST_REPORTS/cucumber
override:
- ./tests/acceptance_run