Commit 25308fe4 authored by 神楽坂玲奈's avatar 神楽坂玲奈

travis

parent 1a70764a
......@@ -32,7 +32,7 @@ script:
- make config=release
- cd ..
- wget https://mycard.moe/ygopro/cards.cdb
- mkdir -p pics; wget -O - https://github.com/mycard/ygopro-images/archive/zh-CN.tar.gz | tar --strip-components 1 -C pics zfx -
- mkdir -p pics; wget -O - https://github.com/mycard/ygopro-images/archive/zh-CN.tar.gz | tar --strip-components=1 -C pics -zxf -
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then mv build/release/ygopro ./; strip ygopro; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then XZ_OPT=-9e tar -Jcvf ygopro.tar.xz LICENSE README.md lflist.conf script strings.conf system.conf textures cards.cdb pics; fi
deploy:
......
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