We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f73919 commit 84d8b90Copy full SHA for 84d8b90
4 files changed
test/std/compile32.hxml
@@ -3,3 +3,4 @@
3
-D HXCPP_M32
4
-D HXCPP_DEBUGGER
5
-cp ../unit
6
+-lib hx4compat
test/std/compile64.hxml
@@ -2,3 +2,4 @@
2
-cpp cpp64
-D HXCPP_M64
test/std/testAndroid.hxml
@@ -3,6 +3,7 @@
-D android
-D exe_link
7
-cmd adb push arm32/Test /storage/ext_sd
8
-cmd adb push Test.hx /storage/ext_sd
9
-cmd adb shell "cd /storage/ext_sd && ./Test"
tools/azure-pipelines/build.yml
@@ -53,6 +53,7 @@ jobs:
53
mkdir -p ~/haxelib
54
haxelib setup ~/haxelib
55
haxelib install utest
56
+ haxelib git hx4compat https://github.com/HaxeFoundation/hx4compat
57
haxelib dev hxcpp $(Build.SourcesDirectory)
58
haxelib list
59
displayName: Install Haxe libraries
0 commit comments