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