ignacio / lua-appveyor-example

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

Cleanup appveyor.yml file #1

Closed moteus closed 9 years ago

moteus commented 9 years ago

I think .appveyor/* should contain only common commands to install Lua environment. But installing module and its Lua deps better place in yml file. And if installing some deps is quite verbosy better provide separate command file for it and leave intact existing .appveyor/* files. But if install is just luarocks command it more clear use it directly.

Also I add basic telescope test.

ignacio commented 9 years ago

Merged. Thanks!