Commit e1af9719 authored by 神楽坂玲奈's avatar 神楽坂玲奈

appveyor

parent 6a417d31
......@@ -22,9 +22,10 @@ install:
- 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
- move libevent-2.0.22-stable event
- move event\WIN32-Code\* event\
- ps: Start-FileDownload https://www.lua.org/ftp/lua-5.3.3.tar.gz
- 7z x lua-5.3.3.tar.gz && 7z x lua-5.3.3.tar
- move lua-5.3.3 lua
- move lua-5.3.3\src lua
- ps: Start-FileDownload https://sqlite.org/2016/sqlite-amalgamation-3140100.zip
- 7z x sqlite-amalgamation-3140100.zip
- move sqlite-amalgamation-3140100 sqlite3
......@@ -36,6 +37,7 @@ install:
- move lua.premake4.lua lua/premake4.lua
- move sqlite3.premake4.lua sqlite3/premake4.lua
- dir
- dir
# premake
- premake5 vs2015
......
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