summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ee4ee98bb01847b38b95b09978ce3fbcbce3e56a (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
language: cpp

matrix:
 include:
  - os: osx
    compiler: clang
    env:
     - QT_BASE=510

before_install:

install:
  brew install qt5;
  brew link --force qt5;

script:
  - qmake -v
  - qmake -r
  - make
  - macdeployqt tikzit.app -dmg
  - curl --upload-file tikzit.dmg https://transfer.sh/tikzit.dmg

notifications:
  email: false