Produce 7zip artifacts on Travis and Appveyor

This commit is contained in:
j-selby 2017-07-27 14:29:33 +10:00
parent 05a38e307c
commit a7dae7fd70
4 changed files with 21 additions and 4 deletions

View file

@ -36,5 +36,5 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update
brew install qt5 sdl2 dylibbundler
brew install qt5 sdl2 dylibbundler p7zip
fi