mv fastlane

This commit is contained in:
Thomas 2020-07-11 17:58:03 +02:00
parent ce1b9c99bf
commit 8a1ef3d637
9 changed files with 0 additions and 32 deletions

View File

@ -1,32 +0,0 @@
image: hatsoftwares/mastalab-ci:latest
before_script:
- export ANDROID_HOME=/opt/android-sdk-linux
- export PATH=$PATH:/opt/android-sdk-linux/platform-tools/
- chmod +x gradlew
stages:
- build-and-test
.no-upload: &no-upload
stage: build-and-test
retry: 2
assembleDebug:
<<: *no-upload
script:
- ./gradlew assembleDebug
lintDebug:
<<: *no-upload
script:
- ./gradlew -Pci --console=plain :app:lint -PbuildDir=lint
except:
- tags
debugTests:
<<: *no-upload
script:
- ./gradlew -Pci --console=plain :app:test
except:
- tags

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 132 KiB

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB