Pārlūkot izejas kodu

[CI] disable cppia for now because it's segfaulting

https://github.com/HaxeFoundation/hxcpp/issues/646
Andy Li 8 gadi atpakaļ
vecāks
revīzija
9a906490f5
1 mainītis faili ar 4 papildinājumiem un 3 dzēšanām
  1. 4 3
      tests/RunCi.hx

+ 4 - 3
tests/RunCi.hx

@@ -1018,9 +1018,10 @@ class RunCi {
 								runCommand("haxe", ["compile-cpp.hxml", "-D", "HXCPP_M64"].concat(args));
 								runCommand("haxe", ["compile-cpp.hxml", "-D", "HXCPP_M64"].concat(args));
 								runCpp("bin/cpp/TestMain-debug", []);
 								runCpp("bin/cpp/TestMain-debug", []);
 
 
-								runCommand("haxe", ["compile-cppia-host.hxml"]);
-								runCommand("haxe", ["compile-cppia.hxml"]);
-								runCpp("bin/cppia/Host-debug", ["bin/unit.cppia"]);
+								// https://github.com/HaxeFoundation/hxcpp/issues/646
+								// runCommand("haxe", ["compile-cppia-host.hxml"]);
+								// runCommand("haxe", ["compile-cppia.hxml"]);
+								// runCpp("bin/cppia/Host-debug", ["bin/unit.cppia"]);
 						}
 						}
 
 
 						changeDirectory(sysDir);
 						changeDirectory(sysDir);