Created
July 23, 2025 16:21
-
-
Save jonsamp/1841c72d784a21e5801858287c98d89d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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