Commit 9e170666 authored by 神楽坂玲奈's avatar 神楽坂玲奈

appveyor

parent 0c74b24a
...@@ -22,7 +22,7 @@ install: ...@@ -22,7 +22,7 @@ install:
- ps: Start-FileDownload https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz - ps: Start-FileDownload https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz
- 7z x libevent-2.0.22-stable.tar.gz && 7z x libevent-2.0.22-stable.tar - 7z x libevent-2.0.22-stable.tar.gz && 7z x libevent-2.0.22-stable.tar
- move libevent-2.0.22-stable event - move libevent-2.0.22-stable event
- move event\WIN32-Code\* event\ - move event\WIN32-Code\* event\include
- ps: Start-FileDownload https://www.lua.org/ftp/lua-5.2.4.tar.gz - ps: Start-FileDownload https://www.lua.org/ftp/lua-5.2.4.tar.gz
- 7z x lua-5.2.4.tar.gz && 7z x lua-5.2.4.tar - 7z x lua-5.2.4.tar.gz && 7z x lua-5.2.4.tar
- move lua-5.2.4\src lua - move lua-5.2.4\src lua
...@@ -44,6 +44,7 @@ install: ...@@ -44,6 +44,7 @@ install:
- dir - dir
build: build:
project: build/ygo.sln project: build/ygo.sln
parallel: true
after_build: after_build:
- ps: Start-FileDownload https://mycard.moe/ygopro/cards.cdb - ps: Start-FileDownload https://mycard.moe/ygopro/cards.cdb
- dir - dir
......
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