forked from firefox-devtools/debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcircle.yml
45 lines (43 loc) · 993 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
machine:
node:
version: 6.3
services:
- docker
checkout:
post:
- mv configs/ci.json configs/local.json:
pwd: packages/devtools-config
test:
override:
- mkdir -p $CIRCLE_TEST_REPORTS/mocha
- node public/js/test/node-unit-tests.js --ci
- ./bin/run-mochitests-docker
- npm run firefox-unit-test
pre:
- node bin/mocha-server.js:
background: true
- npm start:
background: true
- node bin/firefox-driver --start:
background: true
- /opt/google/chrome/google-chrome --remote-debugging-port=9222 --no-first-run:
background: true
- sleep 30
post:
- npm run lint-css
- npm run lint-js
- npm run flow
dependencies:
cache_directories:
- "~/downloads"
override:
- npm i -g jasonlaster/lerna
- lerna bootstrap
- ./bin/install-chrome
- ./bin/install-firefox
- docker pull jlongster/mochitest-runner
experimental:
notify:
branches:
only:
- master