Copy surefire xml files to CircleCI junit folder

cf. https://circleci.com/docs/test-metadata/#maven-surefire-plugin-for-java-junit-results
This commit is contained in:
ljacqu 2016-11-17 20:48:53 +01:00
parent 44a8764115
commit 40cf79d2c1
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ test:
- cp ./target/AuthMe-*-SNAPSHOT-spigot.jar $CIRCLE_ARTIFACTS
- cp ./target/AuthMe-*-SNAPSHOT-legacy.jar $CIRCLE_ARTIFACTS
- cp ./target/AuthMe-*-SNAPSHOT-spigot.jar $CIRCLE_ARTIFACTS/AuthMe.jar
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
notify:
webhooks:
- url: https://webhooks.gitter.im/e/7b92ac1a1741748b26bf