lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


After reading Pierre Chapuis' post "Continuous Integration for Lua with Travis" [1], I took the oportunity to provide something similar for AppVeyor CI [2].

AppVeyor is a continuous integration service, free for open source projects, similar to other well known services like Travis CI. The difference is that this service provides workers with Windows installed.

lua-appveyor-example is a "skeleton", providing an example of how to integrate your repository with this service, so each time you push new changes, it can be tested against different Lua versions, running on Windows.

The example is itself integrated with AppVeyor, so you can already see it in action here:
https://ci.appveyor.com/project/ignacio/lua-appveyor-example


Regards,
Ignacio


[1]: http://blog.separateconcerns.com/2015-03-08-travis-lua.html
[2]: https://ci.appveyor.com
[3]: https://github.com/ignacio/lua-appveyor-example