|
@@ -64,11 +64,9 @@ class Cpp {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if (ci != AppVeyor) { // #8280
|
|
|
- changeDirectory(sysDir);
|
|
|
- runCommand("haxe", ["compile-cpp.hxml"]);
|
|
|
- runCpp("bin/cpp/Main-debug", []);
|
|
|
- }
|
|
|
+ changeDirectory(sysDir);
|
|
|
+ runCommand("haxe", ["compile-cpp.hxml"]);
|
|
|
+ runCpp("bin/cpp/Main-debug", []);
|
|
|
|
|
|
changeDirectory(threadsDir);
|
|
|
runCommand("haxe", ["build.hxml", "-cpp", "export/cpp"]);
|