Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit b397b0c

Browse files
committed
TEST | Add Android and iOS setup steps to build jobs in main.yml
1 parent d0f3d3f commit b397b0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ jobs:
176176
haxelib list | grep -q openfl || haxelib install openfl --quiet || true
177177
chmod +x ./setup/unix.sh
178178
./setup/unix.sh
179+
openfl setup android
180+
flixel-tools setup android
179181
- run: lime setup android
180182
- run: haxelib run lime build android --app-version="$(cat VERSION)" "$ARGS"
181183
- uses: actions/upload-artifact@v4
@@ -204,6 +206,8 @@ jobs:
204206
haxelib list | grep -q openfl || haxelib install openfl --quiet || true
205207
chmod +x ./setup/unix.sh
206208
./setup/unix.sh
209+
openfl setup ios
210+
flixel-tools setup ios
207211
- run: haxelib run lime build ios --app-version="$(cat VERSION)" "$ARGS"
208212
- uses: actions/upload-artifact@v4
209213
with:

0 commit comments

Comments
 (0)