Skip to content

Commit

Permalink
Add ZIP support for ARM build (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihhub authored Jan 8, 2020
1 parent e5dbe87 commit 2cc64d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ matrix:
- sudo apt-get install -y libsdl-mixer1.2-dev
- sudo apt-get install -y libsdl-image1.2-dev
- sudo apt-get install -y gettext
- sudo apt-get install -y zip
before_deploy:
- zip fheroes2_linux_arm_sdl1.zip fheroes2 LICENSE fheroes2.cfg fheroes2.key script/linux/install_sdl_1.sh script/demo/demo_linux.sh
- export TRAVIS_TAG=fheroes2-linux-arm-sdl1_dev
Expand All @@ -93,6 +94,7 @@ matrix:
- sudo apt-get install -y libsdl2-mixer-dev
- sudo apt-get install -y libsdl2-image-dev
- sudo apt-get install -y gettext
- sudo apt-get install -y zip
- export WITH_SDL2="ON"
before_deploy:
- zip fheroes2_linux_arm_sdl2.zip fheroes2 LICENSE fheroes2.cfg fheroes2.key script/linux/install_sdl_2.sh script/demo/demo_linux.sh
Expand Down

0 comments on commit 2cc64d5

Please sign in to comment.