|
@@ -514,6 +514,7 @@ class RunCi {
|
|
runCommand("haxe", ["compile-macro.hxml"]);
|
|
runCommand("haxe", ["compile-macro.hxml"]);
|
|
|
|
|
|
changeDirectory(miscDir);
|
|
changeDirectory(miscDir);
|
|
|
|
+ getCsDependencies();
|
|
runCommand("haxe", ["compile.hxml"]);
|
|
runCommand("haxe", ["compile.hxml"]);
|
|
|
|
|
|
switch (ci) {
|
|
switch (ci) {
|