File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments