Parcourir la source

Compile hxcpp.n script for unit test

Hugh il y a 10 ans
Parent
commit
52c673fcda
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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);