We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8572fcf commit 400f142Copy full SHA for 400f142
1 file changed
.github/workflows/main.yml
@@ -174,7 +174,7 @@ jobs:
174
**/build/changed-images/**
175
**/build/test-results/**
176
177
- BuildIOS:
+ TestIOSBuild:
178
name: Build for iOS
179
runs-on: macos-latest
180
steps:
@@ -195,7 +195,7 @@ jobs:
195
- name: Build iOS examples
196
shell: bash
197
run: |
198
- ./gradlew buildIosSimulatorApp
+ ./gradlew :jme3-ios-examples:buildIosSimulatorApp
199
200
# Build the engine, we only deploy from ubuntu-latest jdk25
201
BuildJMonkey:
0 commit comments