Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ jobs:
run: |
cd project
haxe compile-cppia.hxml -D HXCPP_M64


- name: Build Cppia Arm64
if: startsWith(matrix.os,'macos')
run: |
cd project
haxe compile-cppia.hxml -D HXCPP_ARM64

- name: Clean Project
if: startsWith(matrix.os,'ubuntu')
run: |
Expand Down Expand Up @@ -88,6 +94,7 @@ jobs:
name: mac-64
path: |
bin/Mac64/Cppia
bin/MacArm64/Cppia

Release:
needs: Package
Expand Down
9 changes: 0 additions & 9 deletions project/compile-cppia-arm64.hxml

This file was deleted.

1 change: 0 additions & 1 deletion project/compile-cppia.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
-D dll_export=
-dce no
-cpp cppia_bin
-D HXCPP_M64
-D HXCPP_CATCH_SEGV
-D hxcpp_smart_strings
-D destination=../../bin/{BINDIR}/Cppia{EXESUFFIX}