Commit 58cb4744 authored by mercury233's avatar mercury233

update appveyor

parent 3f327a72
...@@ -9,4 +9,5 @@ ...@@ -9,4 +9,5 @@
/lua/ /lua/
/obj/ /obj/
/sqlite3/ /sqlite3/
/irrklang/
premake5.exe premake5.exe
...@@ -34,6 +34,10 @@ install: ...@@ -34,6 +34,10 @@ install:
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.sqlite.org/2017/sqlite-amalgamation-3170000.zip ; exit 0" - bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.sqlite.org/2017/sqlite-amalgamation-3170000.zip ; exit 0"
- 7z x sqlite-amalgamation-3170000.zip - 7z x sqlite-amalgamation-3170000.zip
- move sqlite-amalgamation-3170000 sqlite3 - move sqlite-amalgamation-3170000 sqlite3
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://www.ambiera.at/downloads/irrKlang-32bit-1.5.0.zip ; exit 0"
- 7z x irrKlang-32bit-1.5.0.zip
- move irrKlang-1.5.0 irrklang
# let premake happy # let premake happy
- xcopy /E premake\* . - xcopy /E premake\* .
...@@ -52,13 +56,15 @@ build: ...@@ -52,13 +56,15 @@ build:
after_build: after_build:
- mv bin\release\ygopro.exe . - mv bin\release\ygopro.exe .
- mv irrklang\bin\win32-visualStudio\irrKlang.dll .
- mv irrklang\bin\win32-visualStudio\ikpMP3.dll .
- mkdir pics - mkdir pics
- mkdir replay - mkdir replay
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/mycard/ygopro-database/raw/master/locales/zh-CN/cards.cdb ; exit 0" - bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/mycard/ygopro-database/raw/master/locales/zh-CN/cards.cdb ; exit 0"
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/mycard/ygopro-starter-pack/archive/master.zip ; exit 0" - bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/mycard/ygopro-starter-pack/archive/master.zip ; exit 0"
- 7z x ygopro-starter-pack-master.zip - 7z x ygopro-starter-pack-master.zip
- xcopy /E ygopro-starter-pack-master\* . - xcopy /E ygopro-starter-pack-master\* .
- 7z a ygopro-ver.233.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay -xr!.git* - 7z a ygopro-ver.233.7z ygopro.exe irrKlang.dll ikpMP3.dll LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay -xr!.git*
- git config --global credential.helper store - git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n" - ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
...@@ -90,3 +96,4 @@ cache: ...@@ -90,3 +96,4 @@ cache:
- irrlicht-1.8.4.zip - irrlicht-1.8.4.zip
- lua-5.2.4.tar.gz - lua-5.2.4.tar.gz
- sqlite-amalgamation-3170000.zip - sqlite-amalgamation-3170000.zip
- irrKlang-32bit-1.5.0.zip
Subproject commit d7c5bec5c2f3cf7e85394cca951f005a841c9076 Subproject commit 0dcb83ef278dff10abf517eed93ff0d693c4a748
Subproject commit d969e565125e25f7e31edc466c4f4a1bf67a2327 Subproject commit 25cb38b11a87f45529be4abcec2bf3bdbff426ff
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