Skip to content

Commit 022309b

Browse files
committed
[ci] Add ios compilation to ci tests
1 parent d284df5 commit 022309b

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,36 @@ jobs:
7575
ext: .dylib
7676
os: macos-latest
7777

78+
IOSX86_64:
79+
strategy:
80+
fail-fast: false
81+
matrix:
82+
haxe: [ 4.3.7, latest ]
83+
uses: ./.github/workflows/test.yml
84+
name: Test IOS (x86_64)
85+
with:
86+
haxe: ${{ matrix.haxe }}
87+
arch: 64
88+
sep: /
89+
os: macos-latest
90+
target_flag: ios
91+
execute: false
92+
93+
IOSArm64:
94+
strategy:
95+
fail-fast: false
96+
matrix:
97+
haxe: [ 4.3.7, latest ]
98+
uses: ./.github/workflows/test.yml
99+
name: Test IOS (Arm64)
100+
with:
101+
haxe: ${{ matrix.haxe }}
102+
arch: Arm64
103+
sep: /
104+
os: macos-latest
105+
target_flag: ios
106+
execute: false
107+
78108
Linux32:
79109
strategy:
80110
fail-fast: false

0 commit comments

Comments
 (0)