瀏覽代碼

try travis

Simon Krajewski 9 年之前
父節點
當前提交
6fc00ff0c9
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 3 0
      tests/RunCi.hx
  2. 1 4
      tests/unit/compile-lua.hxml

+ 3 - 0
tests/RunCi.hx

@@ -932,6 +932,9 @@ class RunCi {
 					for (py in pys) {
 						runCommand(py, ["test.py"]);
 					}
+				case Lua:
+					runCommand("haxe", ["compile-lua.hxml"].concat(args));
+					runCommand("lua", ["bin/unit.lua"]);
 				case Cpp:
 					getCppDependencies();
 					runCommand("haxe", ["compile-cpp.hxml", "-D", "HXCPP_M32"].concat(args));

+ 1 - 4
tests/unit/compile-lua.hxml

@@ -1,6 +1,3 @@
 compile-each.hxml
 -main unit.Test
--lua bin/unit.lua
--cmd lua bin/unit.lua
-
-
+-lua bin/unit.lua