Commit c0f522f7 authored by nanahira's avatar nanahira

add zip support on appveyor

parent 2de9fa7b
...@@ -23,9 +23,11 @@ install: ...@@ -23,9 +23,11 @@ install:
- 7z x sqlite-amalgamation-3470000.zip - 7z x sqlite-amalgamation-3470000.zip
- move sqlite-amalgamation-3470000 sqlite3 - move sqlite-amalgamation-3470000 sqlite3
- git clone --depth=1 https://github.com/mercury233/irrlicht irrlicht
before_build: before_build:
- xcopy /E premake\* . - xcopy /E premake\* .
- premake5 vs2019 - premake5 vs2019 --server-zip-support
configuration: Release configuration: Release
......
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