summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkoan <jkoan@gmx.de>2020-08-12 14:35:55 +0200
committerjkoan <jkoan@gmx.de>2020-08-12 14:35:55 +0200
commitd9794092880b62b2d3917142fd0c4575d87cfdd9 (patch)
tree02e701e4bcf694fe5a1191e8a1ea9211da91c4ab
parent5e1377cb1aab19bbbac6740e1f8ee80b75b4adb6 (diff)
downloadnavit-upload_lint_report_to_reports.tar.gz
add:build:Add Lint-Reports to CircleCI build Pageupload_lint_report_to_reports
-rw-r--r--.circleci/config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f1c2c6f30..7bed04896 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -18,6 +18,8 @@ jobs:
name: Store checkstyle report
path: navit/android/checkstyle
destination: reports
+ - store_test_results:
+ path: navit/android/checkstyle
build_linux:
<<: *defaults
steps:
@@ -122,7 +124,7 @@ jobs:
path: navit/android/build/reports
destination: reports
- store_test_results:
- path: test-results
+ path: navit/android/build/reports
- run:
name: Update Navit-Download-Center
command: |