2016-08-03 23:52:54 +03:00
|
|
|
machine:
|
|
|
|
node:
|
|
|
|
version: 6.3.1
|
|
|
|
|
2016-08-03 22:56:37 +03:00
|
|
|
test:
|
|
|
|
override:
|
|
|
|
- ./node_modules/.bin/eslint lib data test index.js
|
|
|
|
- ./node_modules/.bin/jpm test --tbpl --binary /usr/bin/firefox | tee jpm.tbpl
|
|
|
|
post:
|
|
|
|
- woodchipper --timeout 600000 < jpm.tbpl > $CIRCLE_TEST_REPORTS/jpm.xml
|
2016-08-06 02:13:15 +03:00
|
|
|
- npm run build && mv @site-enhance-shield-study-*.xpi $CIRCLE_ARTIFACTS/addon-recommendation.xpi
|