Created
July 10, 2017 01:48
-
-
Save shivasurya/1ba07a3d2d579080ad7bf54c44ef32aa to your computer and use it in GitHub Desktop.
Gitlab Shared Runner CI with Docker Tutorial - Complete Guide on Building Android Studio Project in Gitlab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: registry.gitlab.com/yourUsername/yourprojectregisty:latest | |
before_script: | |
- chmod +x ./gradlew | |
build: | |
script: | |
- ./gradlew assembleDebug | |
artifacts: | |
paths: | |
- app/build/outputs/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment