Skip to content

Commit

Permalink
[ci] Use arm64 output folder for arm64 tests
Browse files Browse the repository at this point in the history
This is already in .gitignore
  • Loading branch information
tobil4sk committed Jul 12, 2024
1 parent 714aadd commit 0ebb6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- name: build
run: haxe compile${{ inputs.arch }}.hxml
- name: run
run: cpp${{ inputs.arch }}${{ inputs.sep }}Test
run: ${{ inputs.arch == 'Arm64' && 'arm64' || format('cpp{0}', inputs.arch) }}${{ inputs.sep }}Test

cppia:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion test/std/compileArm64.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
-D HXCPP_ARM64
-L hx4compat
-L utest
--cpp cppArm64
--cpp arm64

0 comments on commit 0ebb6da

Please sign in to comment.