Travis: Fix newer Qt moc

This commit is contained in:
Vicki Pfau 2019-10-14 19:53:39 -07:00
parent 7fe88430cf
commit f3496042af
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
#!/bin/sh
set -e
if [ $TRAVIS_OS_NAME = "osx" ]; then
brew update
brew install qt5 ffmpeg imagemagick sdl2 libedit libelf libpng libzip
else
sudo apt-get update
sudo apt-get -y install libseccomp2
fi

View File

@ -24,7 +24,7 @@ matrix:
before_install:
- '[ -z "$DOCKER_TAG" ] || docker pull mgba/$DOCKER_TAG'
- '[ "$TRAVIS_OS_NAME" != "osx" ] || . ./.travis-deps.sh'
- '. ./.travis-deps.sh'
- 'mkdir build && chmod 777 build'
script: