Commit 6949ee9e authored by nanahira's avatar nanahira

fix appveyor

parent 355005be
......@@ -17,7 +17,7 @@ install:
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.lua.org/ftp/lua-5.3.6.tar.gz ; exit 0"
- tar xf lua-5.3.6.tar.gz
- move lua-5.3.6\src lua
- move lua-5.3.6 lua
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.sqlite.org/2020/sqlite-amalgamation-3310100.zip ; exit 0"
- 7z x -y sqlite-amalgamation-3310100.zip
......@@ -39,9 +39,9 @@ after_build:
- ps: move bin\release\ygopro.exe .
# nodejs
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://nodejs.org/dist/v14.15.0/node-v14.15.0-win-x64.7z ; exit 0"
- 7z x -y node-v14.15.0-win-x64.7z
- mv node-v14.15.0-win-x64 node
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://nodejs.org/dist/v16.9.1/node-v16.9.1-win-x64.7z ; exit 0"
- 7z x -y node-v16.9.1-win-x64.7z
- mv node-v16.9.1-win-x64 node
# srvpro
- git clone https://github.com/purerosefallen/ygopro-server
......
Subproject commit 141fa84f23157216f03bf60969eb6557a17799ab
Subproject commit b0a56a7dc2eeaf5469a0dafed4b26b595b4b2eb5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment