hererocks/appveyor.yml
2016-04-03 22:20:13 +03:00

28 lines
486 B
YAML

version: 1.0.{build}
shallow_clone: true
cache:
- downloads
environment:
matrix:
- Lua: lua 5.3
- Lua: luajit 2.0
configuration:
- vs
- vs08_32
- mingw
build_script:
- PATH %CD%\here\bin;C:\mingw\bin;%PATH%
- python hererocks.py here --%Lua% --luarocks=latest --verbose --target=%Configuration% --downloads=downloads --no-git-cache
test_script:
- lua -v
- luarocks --version
- luarocks install lua-term 0.3
- luarocks install busted
- busted --version