Browse Source

[CI] Explicitly compile cpp test for m32 and m64.
We were not actually testing m32 build on TravisCI since hxcpp builds m64 for 64bit Linux...

Andy Li 10 years ago
parent
commit
0a005296ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/RunCi.hx

+ 1 - 1
tests/RunCi.hx

@@ -601,7 +601,7 @@ class RunCi {
 					}
 					}
 				case Cpp:
 				case Cpp:
 					getCppDependencies();
 					getCppDependencies();
-					runCommand("haxe", ["compile-cpp.hxml"]);
+					runCommand("haxe", ["compile-cpp.hxml", "-D", "HXCPP_M32"]);
 					runCpp("bin/cpp/Test-debug", []);
 					runCpp("bin/cpp/Test-debug", []);
 
 
 					switch (ci) {
 					switch (ci) {