lua-users home
lua-l archive

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


On Mon, Mar 23, 2015 at 12:35 AM, Ignacio Burgueño <iburgueno@gmail.com> wrote:
> 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
>

Thank you for your work!

1. Could you enable LuaJIT as well, please?
2. Can appveyor be used with coveralls.io for code coverage statistics?

Best regards,
Boris Nagaev