Forráskód Böngészése

[ci] add hlc (without native compilation for now)

See #10029
Rudy Ges 2 éve
szülő
commit
1d2388eec9
3 módosított fájl, 7 hozzáadás és 0 törlés
  1. 1 0
      tests/runci/targets/Hl.hx
  2. 5 0
      tests/unit/compile-hlc.hxml
  3. 1 0
      tests/unit/compile.hxml

+ 1 - 0
tests/runci/targets/Hl.hx

@@ -73,6 +73,7 @@ class Hl {
 		getHlDependencies();
 
 		runCommand("haxe", ["compile-hl.hxml"].concat(args));
+		runCommand("haxe", ["compile-hlc.hxml"].concat(args));
 		runCommand(hlBinary, ["bin/unit.hl"]);
 
 		changeDirectory(threadsDir);

+ 5 - 0
tests/unit/compile-hlc.hxml

@@ -0,0 +1,5 @@
+compile-each.hxml
+--main unit.TestMain
+-hl bin/hlc/main.c
+-D hl-check
+-D hl-ver=1.13.0

+ 1 - 0
tests/unit/compile.hxml

@@ -14,6 +14,7 @@ compile-java-runner.hxml
 --next compile-flash.hxml
 --next compile-js.hxml
 --next compile-hl.hxml
+--next compile-hlc.hxml
 --next compile-lua.hxml
 --next compile-neko.hxml
 --next compile-php.hxml