travis ci builds

This commit is contained in:
Hamed Masafi 2018-01-08 12:46:48 +03:30
parent ed86677997
commit 8dc8c54608
1 changed files with 9 additions and 0 deletions

9
travis.yml Normal file
View File

@ -0,0 +1,9 @@
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev
- sudo apt-get install qt5-default qttools5-dev-tools
script:
- qmake nut.pro
- make