Skip to content

Commit

Permalink
Use hx4compat for running sys.db tests (HaxeFoundation#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk authored Dec 22, 2023
1 parent 4f73919 commit 45ee673
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/std/compile32.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
-D HXCPP_M32
-D HXCPP_DEBUGGER
-cp ../unit
-lib hx4compat
1 change: 1 addition & 0 deletions test/std/compile64.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
-cpp cpp64
-D HXCPP_M64
-cp ../unit
-lib hx4compat
1 change: 1 addition & 0 deletions test/std/testAndroid.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
-D android
-D exe_link
-cp ../unit
-lib hx4compat
-cmd adb push arm32/Test /storage/ext_sd
-cmd adb push Test.hx /storage/ext_sd
-cmd adb shell "cd /storage/ext_sd && ./Test"
1 change: 1 addition & 0 deletions tools/azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
mkdir -p ~/haxelib
haxelib setup ~/haxelib
haxelib install utest
haxelib git hx4compat https://github.com/HaxeFoundation/hx4compat
haxelib dev hxcpp $(Build.SourcesDirectory)
haxelib list
displayName: Install Haxe libraries
Expand Down

0 comments on commit 45ee673

Please sign in to comment.