Added travis config

This commit is contained in:
NeoTheFox 2015-12-04 09:44:13 +01:00
parent 8469e2a6b6
commit 5ae242b4e4
2 changed files with 10 additions and 1 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
install:
- sudo apt-get update
- sudo apt-get install libqt-dev qmake
script:
- qmake -project
- qmake RepRaptor.pro
- make

View File

@ -71,4 +71,5 @@ RESOURCES += \
DISTFILES += \
LICENCE \
README.md \
RepRaptor.desktop
RepRaptor.desktop \
.travis.yml