summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-15 17:48:25 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-15 17:48:25 +0200
commitdde70dd9eb6ef4723c4efecbc4002c226a4d4805 (patch)
treeb44c13c4550b560ca374918b8f63229f6656b197
parent5993a5b08e6d8cd5c292f7067a90e0d58b748f94 (diff)
added legacy build
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ee4ee98..0d8ef00 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,12 @@ matrix:
compiler: clang
env:
- QT_BASE=510
+ - FILE=tikzit-osx.dmg
+ - os: osx
+ osx_image: xcode6.4
+ env:
+ - QT_BASE=510
+ - FILE=tikzit-osx-yosemite.dmg
before_install:
@@ -18,7 +24,7 @@ script:
- qmake -r
- make
- macdeployqt tikzit.app -dmg
- - curl --upload-file tikzit.dmg https://transfer.sh/tikzit.dmg
+ - curl --upload-file tikzit.dmg https://transfer.sh/$FILE
notifications:
email: false \ No newline at end of file