Browse Source

try travis

Simon Krajewski 9 years ago
parent
commit
6fc00ff0c9
2 changed files with 4 additions and 4 deletions
  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) {
 					for (py in pys) {
 						runCommand(py, ["test.py"]);
 						runCommand(py, ["test.py"]);
 					}
 					}
+				case Lua:
+					runCommand("haxe", ["compile-lua.hxml"].concat(args));
+					runCommand("lua", ["bin/unit.lua"]);
 				case Cpp:
 				case Cpp:
 					getCppDependencies();
 					getCppDependencies();
 					runCommand("haxe", ["compile-cpp.hxml", "-D", "HXCPP_M32"].concat(args));
 					runCommand("haxe", ["compile-cpp.hxml", "-D", "HXCPP_M32"].concat(args));

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

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