Skip to content

Commit a089f6b

Browse files
committed
Update appveyor.yml
1 parent dcbee2e commit a089f6b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.appveyor/install_curl.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ if not exist %LR_EXTERNAL%\libcurl.dll (
3636
if not exist %LR_EXTERNAL%\include\curl mkdir %LR_EXTERNAL%\include\curl
3737
copy "include\curl\*.h" %LR_EXTERNAL%\include\curl
3838
copy "build\%PLAT_NAME%\VC12\%CURL_CFG%\libcurl.lib" %LR_EXTERNAL%\lib\libcurl.lib
39+
copy "build\%PLAT_NAME%\VC12\%CURL_CFG%\libcurl.lib" %LR_EXTERNAL%\libcurl.lib
3940
copy "build\%PLAT_NAME%\VC12\%CURL_CFG%\libcurl.dll" %LR_EXTERNAL%\libcurl.dll
4041
)
4142

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ install:
3737
)
3838
- if not exist c:\hererocks (
3939
pip install hererocks &&
40-
hererocks c:\hererocks --%LUA% --target %HR_TARGET% -r2.4.4
40+
hererocks c:\hererocks --%LUA% --target %HR_TARGET% -rlatest
4141
)
4242
- call c:\hererocks\bin\activate
4343
- luarocks show luarocks-fetch-gitrec >nul 2>&1 || luarocks install luarocks-fetch-gitrec
@@ -59,6 +59,7 @@ before_test:
5959
- luarocks show dkjson >nul 2>&1 || luarocks install dkjson
6060
- luarocks show luafilesystem >nul 2>&1 || luarocks install luafilesystem
6161
- luarocks show lua-path >nul 2>&1 || luarocks install lua-path
62+
- luarocks show lua-http-parser > /dev/null 2>&1 || luarocks install lua-http-parser || luarocks install test/deps/lua-http-parser-v2.7-1.rockspec
6263
- luarocks show pegasus >nul 2>&1 || luarocks install pegasus http.parser
6364
--server=http://luarocks.org/manifests/moteus
6465
- luarocks show pegasus-router >nul 2>&1 || luarocks install pegasus-router

0 commit comments

Comments
 (0)