Enable Gitlab CI again

This commit is contained in:
Ricki Hirner 2019-03-23 22:54:53 +01:00
parent a7c62d11ca
commit e7e580132f

View file

@ -10,9 +10,8 @@ cache:
test:
script:
# - (cd /sdk/emulator; ./emulator @test -no-audio -no-window & wait-for-emulator.sh)
# - ./gradlew check mergeAndroidReports
- ./gradlew check
- (cd /sdk/emulator; ./emulator @test -no-audio -no-window & wait-for-emulator.sh)
- ./gradlew app:check app:connectedCheck
artifacts:
paths:
- app/build/outputs/lint-results-debug.html