Mercurial > hg > easyhg
view .travis.yml @ 691:5b3bcb2d0943
Update handling of auth extension load failures on Windows: hg itself is returning a successful error code, so we must check the output in the extension test phase. Also fix a failure & crash when trying to use fallback auth mechanism
author | Chris Cannam |
---|---|
date | Mon, 10 Dec 2018 12:03:04 +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