summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 787a6cf141d18337e49c6b3a6594c73d13f1984e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
language: cpp
branches:
  only:
  - master
matrix:
  include:
  - os: osx
    compiler: clang
    env:
    - FILE=tikzit-osx.dmg
    - QTVER=511
    - DEPLOY_TIKZIT=1
before_install: 
install:
- brew update
- brew install qt5
- brew link --force qt5
- brew install poppler
script:
- qmake -v
- qmake -r
- make
- '(chmod +x deploy-osx.sh && ./deploy-osx.sh && mv tikzit.dmg $FILE)'
- python scripts/gh-push.py $FILE
notifications:
  email: false