Update config.yml

This commit is contained in:
Christian Schneppe 2018-11-10 22:44:37 +01:00 committed by GitHub
parent 028c56ce41
commit b7d0c5bea4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ jobs:
key: gradle-{{ checksum "build.gradle" }}-{{ checksum ".circleci/config.yml" }}
- run: export GRADLE_USER_HOME=$PWD/.gradle
- run: echo y | sdkmanager "platforms;android-$(sed -n 's,.*compileSdkVersion\s*\([0-9][0-9]*\).*,\1,p' build.gradle)" > /dev/null
- run: ./gradlew lint
- run: ./gradlew lint StandardDebug
- save_cache:
paths:
- .gradle/caches