mv fastlane
|
@ -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
|
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 2.3 MiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |