Create .travis.yml

This commit is contained in:
probonopd
2016-09-06 02:34:19 +02:00
committed by GitHub
parent 3a0fc27396
commit 7fd4fec287
+8
View File
@@ -0,0 +1,8 @@
install:
- sudo apt-get update
- sudo apt-get install libqt4-dev qt4-qmake
script:
- qmake -project
- qmake linuxdeployqt.pro
- make linuxdeployqt.pro