addon-recommendation-shield.../circle.yml

12 строки
381 B
YAML
Исходник Постоянная ссылка Обычный вид История

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
- npm run build && mv @site-enhance-shield-study-*.xpi $CIRCLE_ARTIFACTS/addon-recommendation.xpi