actions: Build SimpleImage for iOS simulator and SimpleAudio for iOS devices (using new -nosign option)
That way, we test both simulator and device builds for iOS.
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -391,15 +391,15 @@ jobs:
|
||||
# lime create HelloWorld -verbose -nocolor -eval
|
||||
# lime build HelloWorld ios -simulator -release -verbose -nocolor -eval
|
||||
|
||||
- name: Build SimpleImage sample
|
||||
- name: Build SimpleImage sample (Simulator)
|
||||
run: |
|
||||
lime create SimpleImage -verbose -nocolor -eval
|
||||
lime build SimpleImage ios -simulator -release -verbose -nocolor -eval
|
||||
|
||||
- name: Build SimpleAudio sample
|
||||
- name: Build SimpleAudio sample (Device)
|
||||
run: |
|
||||
lime create SimpleAudio -verbose -nocolor -eval
|
||||
lime build SimpleAudio ios -simulator -release -verbose -nocolor -eval
|
||||
lime build SimpleAudio ios -release -nosign -verbose -nocolor -eval
|
||||
|
||||
package-haxelib:
|
||||
needs: [linux, macos, windows, android, ios]
|
||||
|
||||
Reference in New Issue
Block a user