All: Travis attempt 6
Jeffrey Pfau jeffrey@endrift.com
Tue, 22 Sep 2015 23:17:48 -0700
2 files changed,
4 insertions(+),
0 deletions(-)
M
.travis-deps.sh
→
.travis-deps.sh
@@ -1,5 +1,6 @@
#!/bin/sh if [ $TRAVIS_OS_NAME = "osx" ]; then + brew update brew install qt5 ffmpeg imagemagick sdl2 libzip libpng else sudo add-apt-repository ppa:smspillaz/cmake-2.8.12 -y
M
.travis.yml
→
.travis.yml
@@ -2,6 +2,9 @@ os:
- linux - osx +env: + - CMAKE_MODULE_PATH=/usr/local/opt/qt + language: c compiler: - gcc