view .travis.yml @ 717:2a27275b8540

Avoid dropping out when yum tries to ask us a question
author Chris Cannam
date Wed, 12 Dec 2018 14:32:31 +0000
parents cb4f7c3c01dd
children
line wrap: on
line source
language:
  - cpp

matrix:
  include:
    - os: osx
      osx_image: xcode9
    - os: linux
      dist: xenial
      addons:
        apt:
          packages:
           - qt5-default libqt5svg5-dev autoconf libtool git mercurial

before_install:
  - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; fi
  - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi
  - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi

before_script:
  - qmake -r easyhg.pro

script:
  - make -j3