summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTitanSnow <[email protected]>2017-05-20 13:35:52 +0800
committerTitanSnow <[email protected]>2017-05-20 13:35:52 +0800
commit158e830466472e9bb56f471344f6633ce7d6262f (patch)
tree466b341d2670c364abad6f6acc8fde233626e864
parentb789aa55398d8be36ee54327cbb90fc8f2f59035 (diff)
set PATH to luarocks
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a996eb142..698c330b7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,6 +13,7 @@ install:
- 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 /Q
+ - cmd: set PATH=%PATH%;C:\Program Files (x86)\LuaRocks
- cmd: cd ..\..
- ps: Remove-Item luarocks -Recurse -Force
- ps: Remove-Item luarocks.zip