0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-24 08:34:38 +03:00

Merge pull request #6 from newsages/newsages-patch-1

Create .travis.yml
This commit is contained in:
newsages 2016-03-31 03:50:30 +02:00
commit 59070bb20f

26
.travis.yml Normal file
View File

@ -0,0 +1,26 @@
language: cpp
compiler:
- gcc
sudo: required
dist: trusty
env:
- QT_BASE=56
before_install:
- if [ "$QT_BASE" = "56" ]; then sudo add-apt-repository ppa:beineri/opt-qt56-trusty -y; fi
- sudo apt-get update -qq
install:
- if [ "$QT_BASE" = "56" ]; then sudo apt-get install -qq qt56base qt56script qt56tools ; source /opt/qt56/bin/qt56-env.sh; fi
script:
- qmake -r
- make
- make check
notifications:
email: false