Skip to content

Instantly share code, notes, and snippets.

@jonsamp
Created July 23, 2025 16:21
Show Gist options
  • Select an option

  • Save jonsamp/1841c72d784a21e5801858287c98d89d to your computer and use it in GitHub Desktop.

Select an option

Save jonsamp/1841c72d784a21e5801858287c98d89d to your computer and use it in GitHub Desktop.

Revisions

  1. jonsamp created this gist Jul 23, 2025.
    21 changes: 21 additions & 0 deletions my-workflow.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    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