From d680579952d758eb7457e688cb80ec8ead0086e1 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Thu, 9 Apr 2020 11:58:17 +0100 Subject: added macos target to appveyor --- .appveyor.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 877d615..93060cd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,6 +5,7 @@ branches: - master image: + - macos - Ubuntu1804 - Visual Studio 2015 @@ -12,6 +13,25 @@ configuration: - release for: +- + matrix: + only: + - image: macos + + install: + - brew update + - brew install qt5 + - brew link --force qt5 + - brew install poppler + + build_script: + - qmake -v + - qmake -r + - make + + after_build: + - '(chmod +x deploy-osx.sh && ./deploy-osx.sh && mv tikzit.dmg tikzit-osx.dmg)' + - python scripts/gh-push.py tikzit-osx.dmg - matrix: only: -- cgit v1.2.3