Skip to content

Instantly share code, notes, and snippets.

@TomGranot
Last active March 5, 2019 17:10
Show Gist options
  • Save TomGranot/836586e7b87674284f864baf053b88f1 to your computer and use it in GitHub Desktop.
Save TomGranot/836586e7b87674284f864baf053b88f1 to your computer and use it in GitHub Desktop.
Config.yml part 1
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