ignacio / lua-appveyor-example

For experiments with AppVeyor CI
MIT License
13 stars 8 forks source link

Refactor the code that perform downloads #3

Closed ignacio closed 9 years ago

ignacio commented 9 years ago

Move the code into a function (or a seperate script). Allows to check if running under AppVeyor and act accordingly. Else, use local tools (wget?)

This would be nice to have, to allow to test changes in this repository before triggering the CI integration.