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
32 lines (31 loc) · 840 Bytes
/
circle.yml
File metadata and controls
32 lines (31 loc) · 840 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
machine:
node:
version: 6.3
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
- node_modules/.bin/cypress ci b07646ab-ddfa-442b-b63f-aebf00452de8
- node_modules/.bin/cypress ci b07646ab-ddfa-442b-b63f-aebf00452de8
pre:
- 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
# - npm run karma
dependencies:
override:
- npm install
- ./bin/install-chrome
- ./bin/install-firefox
- node_modules/.bin/cypress install