forked from firefox-devtools/devtools-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
36 lines (32 loc) · 670 Bytes
/
circle.yml
File metadata and controls
36 lines (32 loc) · 670 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
36
machine:
node:
version: 8.9.4
environment:
DOWNLOADS_PATH: "$HOME/downloads"
YARN_PATH: "$HOME/.yarn"
YARN_VERSION: 0.28.4
PATH: "${PATH}:${HOME}/.yarn/bin:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
test:
override:
- yarn lint-css
- yarn lint-js
- yarn flow
- yarn license-check
- cd ./packages/devtools-launchpad; yarn test
- cd ./packages/devtools-modules; yarn test
dependencies:
pre:
- ./bin/install-yarn
cache_directories:
- ~/.cache/yarn
- ~/.yarn
override:
- yarn
general:
artifacts:
- "yarn-error.log"
experimental:
notify:
branches:
only:
- master