Skip to content

Instantly share code, notes, and snippets.

@jonsamp
Created July 23, 2025 16:21
Show Gist options
  • Save jonsamp/1841c72d784a21e5801858287c98d89d to your computer and use it in GitHub Desktop.
Save jonsamp/1841c72d784a21e5801858287c98d89d to your computer and use it in GitHub Desktop.
name: Create development builds
jobs:
android_development_build:
name: Build Android
type: build
params:
platform: android
profile: development
ios_device_development_build:
name: Build iOS device
type: build
params:
platform: ios
profile: development
ios_simulator_development_build:
name: Build iOS simulator
type: build
params:
platform: ios
profile: development-simulator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment