Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use luarocks-3 branch on Appveyor | Hisham | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-14 | 1 | -12/+37 |
|\ | |||||
| * | Put MinGW in PATH for hererocks too | Hisham | 2016-08-22 | 1 | -1/+2 |
| | | |||||
| * | Build Lua using the same compiler as the one we're testing | Hisham | 2016-08-22 | 1 | -10/+10 |
| | | |||||
| * | Add support for testing using MinGW | Hisham | 2016-08-22 | 1 | -1/+17 |
| | | |||||
| * | Update of YAML files, changed coveralls for codecov | roboo | 2016-08-21 | 1 | -13/+21 |
| | | |||||
* | | Core modules reorganization. | Hisham | 2016-06-30 | 1 | -2/+2 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | Isolate all modules used by luarocks.loader in a luarocks.core.* namespace. Core modules can only require other core modules, and they only use require() at the top-level chunk. In other words, after luarocks.loader is setup, package.path can be altered at will and it should not affect the ability of luarocks.loader to run, and the luarocks.loader modules should not interfere with modules loaded later. This was motivated by @robooo's GSoC work on porting the LuaRocks test suite to Lua using Busted. Busted itself runs using luarocks.loader, and we need to ensure that the modules loaded by the tests do not conflict with the ones used by luarocks.loader. A circular dependency between luarocks.manif and luarocks.search was removed by creating a separate luarocks.manif.writer module. Also, luarocks-admin commands were moved to a luarocks.admin.* namespace. | ||||
* | ci: updates appveyor config to use VS2015. | Peter Jas | 2015-08-18 | 1 | -5/+2 |
| | |||||
* | Update appveyor test matrix to use Lua 5.3.1 | Ignacio Burgueño | 2015-06-25 | 1 | -1/+1 |
| | |||||
* | Use LuaJIT 2.0.4 on AppVeyor's test matrix | Ignacio Burgueño | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | Improved the CI scripts | Ignacio Burgueño | 2015-03-27 | 1 | -34/+17 |
| | | | | | | | Ported back part of the work made [here](https://github.com/ignacio/lua-appveyor-example) by @moteus and me. I still need to write a test runner of sorts. | ||||
* | Adds integration with AppVeyor | Ignacio Burgueño | 2015-03-20 | 1 | -0/+50 |
Adds a simple integration with AppVeyor, defines a matrix to test with Lua 5.1, 5.2 and 5.3, and runs a couple of tests. This last part (the actual running of the tests), should be moved to a different file. Some kind of test runner should be built. But this is a start. |