Skip to content

Commit 23e310d

Browse files
committed
appveyor: use hererocks from pip
1 parent 53bfa32 commit 23e310d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ cache:
2424
install:
2525
# Setup Lua development/build environment
2626
- PATH %CD%\here\bin;C:\mingw\bin;%PATH%
27-
- curl --location --silent --fail --max-time 120 --connect-timeout 30 https://raw.githubusercontent.com/mpeterv/hererocks/master/hererocks.py > hererocks.py
28-
- python hererocks.py here --%Lua% --luarocks=%LuaRocks% --verbose --target=%Configuration% --no-git-cache
27+
- python -m pip install hererocks
28+
- python -m hererocks here --%Lua% --luarocks=%LuaRocks% --verbose --target=%Configuration% --no-git-cache
2929
# Downloand and install blast to c:\blast
3030
- call .appveyor\install_blast.bat
3131
- luarocks install "https://gist.githubusercontent.com/starius/719b194bb34ce612458c/raw/7ab5aa457164c5dccef2c06e0e06ffbed09319df/mediator_lua-1.1.1-0.rockspec"

0 commit comments

Comments
 (0)