Skip to content

Instantly share code, notes, and snippets.

@alexttransisland
alexttransisland / gist:e8ebb98f769d31d7d0a0111550eb4bd8
Created October 10, 2018 08:25
Run Android emulator on CircleCI 2.0 macOS
android_run_cucumber:
macos:
xcode: "9.4.0"
shell: /bin/bash --login -eo pipefail
working_directory: /tmp/workspace
steps:
- checkout
- run:
name: Setup environment variables
command: |