Commit 52c95683 by Ryan Baxter

circleci updates

parent 4f93897b
...@@ -2,8 +2,6 @@ general: ...@@ -2,8 +2,6 @@ general:
branches: branches:
ignore: ignore:
- gh-pages # list of branches to ignore - gh-pages # list of branches to ignore
artifacts:
- ".*/target/"
machine: machine:
java: java:
version: oraclejdk8 version: oraclejdk8
...@@ -16,6 +14,7 @@ test: ...@@ -16,6 +14,7 @@ test:
override: override:
- ./mvnw -s .settings.xml clean install -U -P sonar -nsu --batch-mode -Dmaven.test.redirectTestOutputToFile=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn - ./mvnw -s .settings.xml clean install -U -P sonar -nsu --batch-mode -Dmaven.test.redirectTestOutputToFile=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
post: post:
- find . -type f -regex ".*/spring-cloud-*.*/target/*.*" | cpio -pdm $CIRCLE_ARTIFACTS
- mkdir -p $CIRCLE_TEST_REPORTS/junit/ - mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/target/.*-reports/.*" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \; - find . -type f -regex ".*/target/.*-reports/.*" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment