diff options
| author | TitanSnow <[email protected]> | 2017-05-20 09:40:01 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-20 09:40:01 +0800 |
| commit | 0347d349403531dfd8c6bee67e9b059f48e784e3 (patch) | |
| tree | da10ff00dedc34f9c022456e8ce0265f4b6abec4 | |
| parent | 4e9c6a96db592759a1fa31e5bc76cb826db1f1c9 (diff) | |
install lua on windows
| -rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 0be1330d0..5c68748fa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,6 +10,7 @@ platform: install: - ps: Invoke-Webrequest 'http://luarocks.github.io/luarocks/releases/luarocks-2.4.2-win32.zip' -OutFile luarocks.zip - ps: Expand-Archive luarocks.zip + - ps: Copy-Item -Recurse luarocks\luarocks-2.4.2-win32\win32\lua5.1 C:\lua - cmd: cd luarocks\luarocks-2.4.2-win32 - cmd: install.bat - cmd: cd ..\.. |
