Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

Commit 5c8a6fe

Browse files
authored
Merge pull request #12 from daveberrys/main
Working Workflows.
2 parents d1fcb57 + b59f2a3 commit 5c8a6fe

1 file changed

Lines changed: 29 additions & 6 deletions

File tree

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# MAINLY shout out to Moxie and Psych Engine workflows!
1+
# MAINLY shout out to Moxie, JS Engine and Psych Engine workflows!
22
# Workflows fixed by a Former Dev, Daveberry Blueson!
3-
# ok now stop asking for linux for macos
43

54
name: Compiling the engine
65

@@ -58,7 +57,7 @@ jobs:
5857
with:
5958
name: Universe-Windows
6059
path: export/release/windows/bin
61-
MacOS-Build:
60+
MacOS-INTEL-Build:
6261
runs-on: macos-latest
6362

6463
steps:
@@ -73,10 +72,34 @@ jobs:
7372
chmod +x ./compile/workflow/unix.sh
7473
sh ./compile/workflow/unix.sh
7574
haxelib list
76-
- name: Compile MacOS
77-
run: haxelib run lime build mac
75+
- name: Compile MacOS ARM
76+
run: haxelib run lime build mac -64
7877
- name: Publish Artifact
7978
uses: actions/upload-artifact@v4
8079
with:
81-
name: Universe-MacOS
80+
name: Universe-MacOS-INTEL
8281
path: export/release/macos/bin
82+
# MacOS On ARM (M1 to M4 chips) Will be commented until we figure it out.
83+
84+
# MacOS-ARM-Build:
85+
# runs-on: macos-latest
86+
87+
# steps:
88+
# - uses: actions/checkout@v4.1.7
89+
90+
# - uses: krdlab/setup-haxe@master
91+
# with:
92+
# haxe-version: 4.3.4
93+
# - name: Install Haxelib
94+
# run: |
95+
# haxelib setup ~/haxelib
96+
# chmod +x ./compile/workflow/unix.sh
97+
# sh ./compile/workflow/unix.sh
98+
# haxelib list
99+
# - name: Compile MacOS ARM
100+
# run: haxelib run lime build mac -arm64
101+
# - name: Publish Artifact
102+
# uses: actions/upload-artifact@v4
103+
# with:
104+
# name: Universe-MacOS-ARM
105+
# path: export/release/macos/bin

0 commit comments

Comments
 (0)