Last active
March 5, 2019 17:10
-
-
Save TomGranot/836586e7b87674284f864baf053b88f1 to your computer and use it in GitHub Desktop.
Config.yml part 1
This file contains 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
version: 2 | |
jobs: | |
build: | |
branches: | |
only: | |
- /release_.*/ | |
working_directory: ~/code | |
docker: | |
- image: circleci/android:api-25 | |
environment: | |
JVM_OPTS: -Xmx3200m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment