We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bfa32 commit 23e310dCopy full SHA for 23e310d
1 file changed
appveyor.yml
@@ -24,8 +24,8 @@ cache:
24
install:
25
# Setup Lua development/build environment
26
- 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
+- python -m pip install hererocks
+- python -m hererocks here --%Lua% --luarocks=%LuaRocks% --verbose --target=%Configuration% --no-git-cache
29
# Downloand and install blast to c:\blast
30
- call .appveyor\install_blast.bat
31
- luarocks install "https://gist.githubusercontent.com/starius/719b194bb34ce612458c/raw/7ab5aa457164c5dccef2c06e0e06ffbed09319df/mediator_lua-1.1.1-0.rockspec"
0 commit comments