commit | e40a250dd41c4dc9a7c5e977804b67a7f74469bb | [log] [tgz] |
---|---|---|
author | Hans-Christoph Steiner <hans@eds.org> | Mon Aug 08 16:36:31 2016 +0200 |
committer | Hans-Christoph Steiner <hans@eds.org> | Mon Aug 08 16:50:44 2016 +0200 |
tree | 6df804f149cac10ce11e643582a6898e04101970 | |
parent | 91d025c8654d3c3af28e47bd88d499fc09d76832 [diff] [blame] |
enable lint checking for regular and CI builds
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 298f4fd..9b9e3ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -9,6 +9,9 @@ script: - export GRADLE_USER_HOME=$PWD/.gradle - ./gradlew assemble + # always report on lint errors to the build log + - sed -i -e 's,textReport .*,textReport true,' app/build.gradle + - ./gradlew lint - ./gradlew test || { for log in app/build/reports/*ests/*/*ml; do echo "read $log here:";