Bladeren bron

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

https://github.com/HaxeFoundation/hxcpp/issues/646
Andy Li 8 jaren geleden
bovenliggende
commit
9a906490f5
1 gewijzigde bestanden met toevoegingen van 4 en 3 verwijderingen
  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));
 								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);