Also complile the instrumentation test sources in CI

We already don't run instrumentation tests in CI,
so we should at least compile them to catch any breakage there.
This is important as they don't even get compliled when building and
installing the app with Android Studio.
This commit is contained in:
Torsten Grote 2020-10-09 16:21:41 -03:00
parent 3487c91ba3
commit 6e4c117fca
No known key found for this signature in database
GPG key ID: 3E5F77D92CF891FF

View file

@ -24,7 +24,7 @@ before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
script: ./gradlew check assemble ktlintCheck
script: ./gradlew compileDebugAndroidTestSources check assemble ktlintCheck
cache:
directories: