A different Jenkins integration.
This commit is contained in:
parent
b8909fcfd1
commit
8c9f6622d4
4
Makefile
4
Makefile
|
@ -19,9 +19,7 @@ node_modules: package.json
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
test: node_modules
|
test: node_modules
|
||||||
@JUNIT_REPORT_PATH=report.xml JUNIT_REPORT_STACK=1 ./node_modules/.bin/mocha \
|
@./node_modules/.bin/mocha --recursive -R xunit test/ > test-reports.xml
|
||||||
--reporter mocha-jenkins-reporter --compilers coffee:coffee-script/register || true
|
|
||||||
# @node_modules/.bin/mocha
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(targets)
|
rm -f $(targets)
|
||||||
|
|
Loading…
Reference in New Issue