Browse Source

[cpp] No need to pre-build the support libraries for hxcpp

hughsando 9 years ago
parent
commit
bd6315d6ba
1 changed files with 0 additions and 7 deletions
  1. 0 7
      tests/RunCi.hx

+ 0 - 7
tests/RunCi.hx

@@ -401,13 +401,6 @@ class RunCi {
 			var oldDir = Sys.getCwd();
 			changeDirectory(getHaxelibPath("hxcpp") + "tools/hxcpp/");
 			runCommand("haxe", ["compile.hxml"]);
-			changeDirectory(getHaxelibPath("hxcpp") + "project/");
-			switch (ci) {
-				case AppVeyor:
-					runCommand("neko", ["build.n", "windows-m32"]);
-				case _:
-					runCommand("neko", ["build.n"]);
-			}
 			changeDirectory(oldDir);
 		}