浏览代码

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

https://github.com/HaxeFoundation/hxcpp/issues/646
Andy Li 8 年之前
父节点
当前提交
9a906490f5
共有 1 个文件被更改,包括 4 次插入3 次删除
  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);