Added travis config
This commit is contained in:
parent
8469e2a6b6
commit
5ae242b4e4
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install libqt-dev qmake
|
||||
|
||||
script:
|
||||
- qmake -project
|
||||
- qmake RepRaptor.pro
|
||||
- make
|
||||
@ -71,4 +71,5 @@ RESOURCES += \
|
||||
DISTFILES += \
|
||||
LICENCE \
|
||||
README.md \
|
||||
RepRaptor.desktop
|
||||
RepRaptor.desktop \
|
||||
.travis.yml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user