Chris@676: language: Chris@676: - cpp Chris@676: Chris@676: matrix: Chris@676: include: Chris@676: - os: osx Chris@676: osx_image: xcode9 Chris@676: - os: linux Chris@676: dist: xenial Chris@676: addons: Chris@676: apt: Chris@676: packages: Chris@676: - qt5-default libqt5svg5-dev autoconf libtool git mercurial Chris@676: Chris@676: before_install: Chris@676: - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; fi Chris@676: - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi Chris@676: - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi Chris@676: Chris@676: before_script: Chris@676: - qmake -r easyhg.pro Chris@676: Chris@676: script: Chris@676: - make -j3