Commit 1a70764a authored by 神楽坂玲奈's avatar 神楽坂玲奈

travis

parent d05c9236
...@@ -33,8 +33,8 @@ script: ...@@ -33,8 +33,8 @@ script:
- cd .. - cd ..
- wget https://mycard.moe/ygopro/cards.cdb - 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 zfx -
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; mv build/release/ygopro ./; strip ygopro; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then mv build/release/ygopro ./; strip ygopro; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; XZ_OPT=-9e tar -Jcvf ygopro.tar.xz LICENSE README.md lflist.conf script strings.conf system.conf textures cards.cdb pics; 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: deploy:
provider: releases provider: releases
file: "ygopro.tar.xz" file: "ygopro.tar.xz"
......
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