Skip to content

Instantly share code, notes, and snippets.

View ihsanbal's full-sized avatar

ihsan. ihsanbal

  • BofA
  • Belmont, NC
View GitHub Profile
@ihsanbal
ihsanbal / config.yml
Created December 31, 2017 05:46 — forked from trinnguyen/config.yml
CircleCI 2.0 Android config with Keystore Signing
version: 2
jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-25-alpha
environment:
JVM_OPTS: -Xmx3200m
steps:
- checkout