Commit 73ef8dd7 authored by mercury233's avatar mercury233

Merge branch 'test' of https://github.com/mercury233/ygopro into test

parents 499e54d6 24c95532
...@@ -4,8 +4,6 @@ skip_tags: true ...@@ -4,8 +4,6 @@ skip_tags: true
environment: environment:
access_token: access_token:
secure: DOOS4g7CT8ctOgiMr62K56qQ1FO6s2ESpqNZlhf8F4nomemvvwxV/pRj9nbKmtjR secure: DOOS4g7CT8ctOgiMr62K56qQ1FO6s2ESpqNZlhf8F4nomemvvwxV/pRj9nbKmtjR
irrklang_pro_passwd:
secure: 3wmY6LZoi+aLqtpqw2RSx9Ae3Qq91ZV0LM8ghEnwFIpW7tP3jbOUEXxvzg98JYOShMN22iISCDHyfSQIv+xWEA==
install: install:
- git submodule update --init --recursive - git submodule update --init --recursive
...@@ -37,20 +35,14 @@ install: ...@@ -37,20 +35,14 @@ install:
- 7z x sqlite-amalgamation-3210000.zip - 7z x sqlite-amalgamation-3210000.zip
- move sqlite-amalgamation-3210000 sqlite3 - move sqlite-amalgamation-3210000 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" - git clone --depth=1 https://%access_token%@github.com/purerosefallen/irrklang
- 7z x irrKlang-32bit-1.5.0.zip - mv -f irrklang/plugins/ikpmp3 .
- move irrKlang-1.5.0 irrklang
- move irrklang\plugins\ikpMP3 ikpmp3
# let premake happy # let premake happy
- xcopy /E premake\* . - xcopy /E premake\* .
# use irrklang pro
- 7z x irrklang\irrKlang.7z -p%irrklang_pro_passwd% -oirrklang\lib\Win32-visualStudio -y
# patch irrlicht # patch irrlicht
- patch -p0 < irrlicht\irrlicht.patch - patch -p0 < irrlicht\irrlicht.patch
- patch -p0 < ikpmp3\ikpmp3.patch
# premake # premake
- premake5 vs2015 - 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