Browse Source

TravisCI: sync hxcpp change

Andy Li 11 years ago
parent
commit
fe6336703a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tests/RunTravis.hx

+ 1 - 2
tests/RunTravis.hx

@@ -79,8 +79,7 @@ class RunTravis {
 				//install and build hxcpp
 				//install and build hxcpp
 				runCommand("haxelib", ["git", "hxcpp", "https://github.com/HaxeFoundation/hxcpp.git"]);
 				runCommand("haxelib", ["git", "hxcpp", "https://github.com/HaxeFoundation/hxcpp.git"]);
 				Sys.setCwd(Sys.getEnv("HOME") + "/haxelib/hxcpp/git/project/");
 				Sys.setCwd(Sys.getEnv("HOME") + "/haxelib/hxcpp/git/project/");
-				runCommand("haxelib", ["run", "hxcpp", "Build.xml"]);
-				runCommand("haxelib", ["run", "hxcpp", "Build.xml", "-DHXCPP_M64"]);
+				runCommand("neko", ["build.n"]);
 				Sys.setCwd(unitDir);
 				Sys.setCwd(unitDir);
 				
 				
 				runCommand("haxe", ["compile-cpp.hxml"]);
 				runCommand("haxe", ["compile-cpp.hxml"]);