From b151db2de2027742ffc665adb22eee074c92404b Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Mon, 15 Oct 2018 16:46:00 +0200 Subject: added travis osx build --- .travis.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6401ce7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,27 @@ +language: cpp + +matrix: + include: + - os: osx + compiler: clang + env: + - QT_BASE=510 + +before_install: + +install: + if [ "$TRAVIS_OS_NAME" = "linux" ]; then + # TODO + else + brew install qt5; + brew link --force qt5; + fi + fi + +script: + - qmake -v + - qmake -r + - make + +notifications: + email: false \ No newline at end of file -- cgit v1.2.3