summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2020-04-09 11:58:17 +0100
committerAleks Kissinger <aleks0@gmail.com>2020-04-09 11:58:17 +0100
commitd680579952d758eb7457e688cb80ec8ead0086e1 (patch)
tree377d08b366247ef75c59798d1b25c2dd5f33ad4d
parent84e8e5a2e6db26ccfb3b019966740de7a6972bad (diff)
added macos target to appveyor
-rw-r--r--.appveyor.yml20
1 files changed, 20 insertions, 0 deletions
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
@@ -15,6 +16,25 @@ 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:
- image: Ubuntu1804
install: