summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@debian.org>2019-11-02 03:16:29 -0700
committerJoseph Herlant <aerostitch@debian.org>2019-11-02 03:16:29 -0700
commit5306d79e3c89dfd4634d144bd9de39795ebead1a (patch)
tree7b563ea76b5a7cb25a090806f10af8aa5451e4ed
parenta5185cc25274241ab0bbef5fd640c98c60d175fd (diff)
downloadnavit-5306d79e3c89dfd4634d144bd9de39795ebead1a.tar.gz
unrelated: fix missing checkstyle result storage
-rw-r--r--.circleci/config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e9af55c9e..c8b67ad29 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -14,6 +14,10 @@ jobs:
- run:
name: Run CheckStyle Test
command: ./gradlew checkstyleMain
+ - store_artifacts:
+ name: Store checkstyle report
+ path: navit/android/checkstyle
+ destination: reports
build_linux:
<<: *defaults
steps:
@@ -120,10 +124,6 @@ jobs:
name: Store Lint reports
path: navit/android/build/reports
destination: reports
- - store_artifacts:
- name: Store checkstyle report
- path: /home/circleci/code/navit/android/checkstyle
- destination: reports
- store_test_results:
path: test-results
- run: