Sfoglia il codice sorgente

try bytecode testing again (see #3184)

Dan Korostelev 11 anni fa
parent
commit
4b6067ea2d
1 ha cambiato i file con 7 aggiunte e 7 eliminazioni
  1. 7 7
      tests/RunTravis.hx

+ 7 - 7
tests/RunTravis.hx

@@ -404,13 +404,13 @@ class RunTravis {
 
 				//BYTECODE
 				// disabled until https://github.com/HaxeFoundation/haxe/issues/3184 is resolved
-				//if (Sys.getEnv("TRAVIS") == "true") {
-					//changeDirectory(repoDir);
-					//runCommand("make", ["BYTECODE=1"]);
-					//runCommand("sudo", ["make", "install"]);
-					//changeDirectory(unitDir);
-					//runCommand("haxe", ["compile-macro.hxml"]);
-				//}
+				if (Sys.getEnv("TRAVIS") == "true") {
+					changeDirectory(repoDir);
+					runCommand("make", ["BYTECODE=1"]);
+					runCommand("sudo", ["make", "install"]);
+					changeDirectory(unitDir);
+					runCommand("haxe", ["compile-macro.hxml"]);
+				}
 			case Neko:
 				runCommand("haxe", ["compile-neko.hxml","-D","travis"]);
 				runCommand("neko", ["bin/unit.n"]);