forked from firefox-devtools/debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
35 lines (34 loc) · 827 Bytes
/
Copy pathcircle.yml
File metadata and controls
35 lines (34 loc) · 827 Bytes
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
machine:
node:
version: 6.3
services:
- docker
checkout:
post:
- mv config/ci.json config/local.json
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
- node bin/development-server.js:
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:
override:
- npm install
- ./bin/install-chrome
- ./bin/install-firefox
- docker pull jlongster/mochitest-runner