From 4c0690dd9668410aef73dbeef02c94144783584c Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Mon, 2 Jul 2018 20:42:58 +0300 Subject: [PATCH] travis: Add macports-based OSX script --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index 79d38763..7c260942 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,15 @@ matrix: - libavahi-compat-libdnssd-dev script: sh -x ./clean_build.sh + - os: osx + osx_image: xcode9 + script: + - export COLUMNS=80 + - curl -LO https://raw.githubusercontent.com/GiovanniBussi/macports-ci/master/macports-ci + - chmod +x ./macports-ci + - ./macports-ci install + - PATH="$PATH:/opt/local/bin" + - sudo port -N install qt5-qtbase openssl + - sh -x ./clean_build.sh + install: true