Explorar o código

Compile hxcpp.n script for unit test

Hugh %!s(int64=10) %!d(string=hai) anos
pai
achega
52c673fcda
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tests/RunCi.hx

+ 2 - 0
tests/RunCi.hx

@@ -317,6 +317,8 @@ class RunCi {
 		//install and build hxcpp
 		haxelibInstallGit("HaxeFoundation", "hxcpp", true);
 		var oldDir = Sys.getCwd();
+		changeDirectory(Sys.getEnv("HOME") + "/haxelib/hxcpp/git/tools/hxcpp/");
+		runCommand("haxe", ["compile.hxml"]);
 		changeDirectory(Sys.getEnv("HOME") + "/haxelib/hxcpp/git/project/");
 		runCommand("neko", ["build.n"]);
 		changeDirectory(oldDir);