forked from meteor/todos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcircle.yml
29 lines (29 loc) · 790 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
29
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"
- "/opt/circleci/nodejs/v8.9.3/bin"
- "/opt/circleci/nodejs/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:
- echo "done"
#- ./tests/acceptance_run