Skip to content

Commit 9ead576

Browse files
committed
[ci] Add ios compilation to ci tests
1 parent d284df5 commit 9ead576

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,38 @@ 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+
ext: .dso
90+
os: macos-latest
91+
target_flag: ios
92+
execute: false
93+
94+
IOSArm64:
95+
strategy:
96+
fail-fast: false
97+
matrix:
98+
haxe: [ 4.3.7, latest ]
99+
uses: ./.github/workflows/test.yml
100+
name: Test IOS (Arm64)
101+
with:
102+
haxe: ${{ matrix.haxe }}
103+
arch: Arm64
104+
sep: /
105+
ext: .dso
106+
os: macos-latest
107+
target_flag: ios
108+
execute: false
109+
78110
Linux32:
79111
strategy:
80112
fail-fast: false

0 commit comments

Comments
 (0)