Skip to content

Instantly share code, notes, and snippets.

@shivasurya
Created July 10, 2017 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shivasurya/1ba07a3d2d579080ad7bf54c44ef32aa to your computer and use it in GitHub Desktop.
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
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