aboutsummaryrefslogtreecommitdiff
path: root/test/testing.bat
blob: 7083678b6d5d5dcff3c208c780f0e4c10469ef3e (plain)
1
2
3
4
5
6
7
8
9
@echo off
Setlocal EnableDelayedExpansion EnableExtensions

if not defined LUAROCKS_REPO set LUAROCKS_REPO=https://luarocks.org

appveyor DownloadFile %LUAROCKS_REPO%/stdlib-41.0.0-1.src.rock
luarocks build stdlib

endlocal