ignacio / lua-appveyor-example

For experiments with AppVeyor CI
MIT License
13 stars 8 forks source link

copy luajit.exe lua.exe; remove trailing spaces #13

Closed starius closed 9 years ago

starius commented 9 years ago

This allows to write Lua implementation agnostic commands. Use command "lua" in tests even if LUA=luajit.

ignacio commented 9 years ago

Thank you!