aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.4.2v2.4.2Hisham2016-11-301-2/+2
|
* Put MinGW in PATH for hererocks tooHisham2016-08-221-1/+2
|
* Build Lua using the same compiler as the one we're testingHisham2016-08-221-10/+10
|
* Add support for testing using MinGWHisham2016-08-221-1/+17
|
* Update of YAML files, changed coveralls for codecovroboo2016-08-211-13/+21
|
* ci: updates appveyor config to use VS2015.Peter Jas2015-08-181-5/+2
|
* Update appveyor test matrix to use Lua 5.3.1Ignacio Burgueño2015-06-251-1/+1
|
* Use LuaJIT 2.0.4 on AppVeyor's test matrixIgnacio Burgueño2015-06-081-1/+1
|
* Improved the CI scriptsIgnacio Burgueño2015-03-271-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 AppVeyorIgnacio Burgueño2015-03-201-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.