Commit b53794e0 authored by nanahira's avatar nanahira

Merge branch 'server' of github.com:purerosefallen/ygopro into server

parents f38ab540 d9408b98
......@@ -39,9 +39,9 @@ after_build:
- 7z x -y -oredis Redis-x64-3.2.100.zip
# nodejs
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://nodejs.org/dist/v10.15.3/node-v10.15.3-win-x64.zip ; exit 0"
- 7z x -y node-v10.15.3-win-x64.zip
- mv node-v10.15.3-win-x64 node
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://nodejs.org/dist/v12.14.0/node-v12.14.0-win-x64.zip ; exit 0"
- 7z x -y node-v12.14.0-win-x64.zip
- mv node-v12.14.0-win-x64 node
# srvpro
- git clone https://github.com/purerosefallen/ygopro-server
......
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