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
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
haxe: [ 4.3.4, latest ]
haxe: [ 4.3.7, latest ]
uses: ./.github/workflows/test.yml
name: Test Windows (32bit)
with:
Expand All @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
haxe: [ 4.3.4, latest ]
haxe: [ 4.3.7, latest ]
uses: ./.github/workflows/test.yml
name: Test Windows (64bit)
with:
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
haxe: [ 4.3.4, latest ]
haxe: [ 4.3.7, latest ]
uses: ./.github/workflows/test.yml
name: Test MacOS (x86_64)
with:
Expand All @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
haxe: [ 4.3.4, latest ]
haxe: [ 4.3.7, latest ]
uses: ./.github/workflows/test.yml
name: Test MacOS (Arm64)
with:
Expand All @@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
haxe: [ 4.3.4, latest ]
haxe: [ 4.3.7, latest ]
uses: ./.github/workflows/test.yml
name: Test Linux (32bit)
with:
Expand All @@ -76,7 +76,7 @@ jobs:
strategy:
fail-fast: false
matrix:
haxe: [ 4.3.4, latest ]
haxe: [ 4.3.7, latest ]
uses: ./.github/workflows/test.yml
name: Test Linux (64bit)
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
with:
fetch-depth: 0

- uses: Aidan63/setup-haxe@3d3101bcd0a2001699fc8295f4d9eddd0724d3e9
- uses: krdlab/setup-haxe@v2
with:
haxe-version: 4.3.4
haxe-version: 4.3.7

- name: Set Haxelib
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
using: composite
steps:
- name: install haxe
uses: Aidan63/setup-haxe@3d3101bcd0a2001699fc8295f4d9eddd0724d3e9
uses: krdlab/setup-haxe@v2
with:
haxe-version: ${{ inputs.haxe }}

Expand All @@ -34,4 +34,4 @@ runs:
- name: build hxcpp
working-directory: tools/hxcpp
shell: pwsh
run: haxe compile.hxml
run: haxe compile.hxml
3 changes: 2 additions & 1 deletion test/cppia/compile-host.hxml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-m CppiaHost
HostExtendedRoot
-D scriptable
-D dll_export=host_classes.info
-L utest
--dce no
--cpp bin
--cpp bin
Loading