Make travis build a package

This commit is contained in:
Fabio Bas 2015-09-29 22:31:06 +02:00
parent 9c4bd8ebed
commit 35815a894a
4 changed files with 15 additions and 10 deletions

View file

@ -1,13 +1,11 @@
language: cpp
env:
- QT4=1
- QT4=0
- QT4=1 BUILDTYPE=Debug
- QT4=0 BUILDTYPE=Debug
- QT4=0 BUILDTYPE=Release
os:
- linux
- osx
compiler:
- gcc
- clang
script: ./travis-compile.sh
install: ./travis-dependencies.sh
cache: apt