Add appveyor badge [ci skip]

This commit is contained in:
mpeterv 2016-03-28 15:37:04 +03:00
parent bae2f48940
commit 16f7945d7d

View File

@ -1,9 +1,14 @@
hererocks hererocks
========= =========
.. image:: https://travis-ci.org/mpeterv/hererocks.svg?branch=master .. |travis| image:: https://travis-ci.org/mpeterv/hererocks.svg?branch=master
:target: https://travis-ci.org/mpeterv/hererocks :target: https://travis-ci.org/mpeterv/hererocks
.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/85mocuaej4owyifj?svg=true
:target: https://ci.appveyor.com/project/mpeterv/hererocks
|travis| |appveyor|
``hererocks`` is a single file Python script for installing `Lua <http://http://www.lua.org/>`_ (or `LuaJIT <http://luajit.org/>`_) and `LuaRocks <https://luarocks.org/>`_, its package manager, into a local directory. It configures Lua to only see packages installed by that bundled version of LuaRocks, so that the installation is isolated. ``hererocks`` is a single file Python script for installing `Lua <http://http://www.lua.org/>`_ (or `LuaJIT <http://luajit.org/>`_) and `LuaRocks <https://luarocks.org/>`_, its package manager, into a local directory. It configures Lua to only see packages installed by that bundled version of LuaRocks, so that the installation is isolated.
Installation Installation