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

if not defined LUAROCKS_REPO set LUAROCKS_REPO=http://rocks.moonscript.org

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

endlocal