1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Added QT4 Travis CI build config

This commit is contained in:
Martin Tůma 2017-08-15 15:42:47 +02:00
parent 83189a4e65
commit cd3c99b065

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: c++
install:
- sudo apt-get install libqt4-dev
script:
- lrelease gpxsee.pro
- qmake gpxsee.pro
- make