Explorar o código

[AppVeyor] do not test BYTECODE=1 in order to save time...
We have never shipped the bytecode version of the compiler anyway.

Andy Li %!s(int64=10) %!d(string=hai) anos
pai
achega
01cbe8d5c2
Modificáronse 1 ficheiros con 5 adicións e 4 borrados
  1. 5 4
      tests/RunCi.hx

+ 5 - 4
tests/RunCi.hx

@@ -547,10 +547,11 @@ class RunCi {
 							changeDirectory(unitDir);
 							runCommand("haxe", ["compile-macro.hxml"]);
 						case AppVeyor:
-							changeDirectory(repoDir);
-							runCommand(Sys.getEnv("CYG_ROOT") + "/bin/bash", ["-lc", 'cd \"$$OLDPWD\" && make -s -f Makefile.win WODI=wodi${Sys.getEnv("WODI_ARCH")} OCAMLC=ocamlc.opt BYTECODE=1']);
-							changeDirectory(unitDir);
-							runCommand("haxe", ["compile-macro.hxml"]);
+							// save time...
+							// changeDirectory(repoDir);
+							// runCommand(Sys.getEnv("CYG_ROOT") + "/bin/bash", ["-lc", 'cd \"$$OLDPWD\" && make -s -f Makefile.win WODI=wodi${Sys.getEnv("WODI_ARCH")} OCAMLC=ocamlc.opt BYTECODE=1']);
+							// changeDirectory(unitDir);
+							// runCommand("haxe", ["compile-macro.hxml"]);
 					}
 				case Neko:
 					runCommand("haxe", ["compile-neko.hxml"]);