Update .gitlab-ci.yml
This commit is contained in:
@@ -116,16 +116,9 @@ assembleDebug:
|
|||||||
# Warn if there were no configurations
|
# Warn if there were no configurations
|
||||||
- if [ -z "$TEST_LAB_DEVICE_CONFIGURATIONS" ]; then echo "NO FIREBASE TESTLAB CONFIGURATIONS!!!"; fi
|
- if [ -z "$TEST_LAB_DEVICE_CONFIGURATIONS" ]; then echo "NO FIREBASE TESTLAB CONFIGURATIONS!!!"; fi
|
||||||
|
|
||||||
test_lab_test_debug:
|
test_lab_debug:
|
||||||
<<: *test_lab_template_def
|
<<: *test_lab_template_def
|
||||||
only:
|
script:
|
||||||
- test-lab
|
- cp app/build/outputs/apk/debug/app-debug.apk ./app.apk
|
||||||
script:
|
dependencies:
|
||||||
- cp app/build/outputs/apk/app-debug.apk ./app.apk
|
- build_debug
|
||||||
|
|
||||||
test_lab_test_release:
|
|
||||||
<<: *test_lab_template_def
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
script:
|
|
||||||
- cp app/build/outputs/apk/app-release.apk ./app.apk
|
|
||||||
|
|||||||
Reference in New Issue
Block a user