mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-27 21:24:47 +01:00
Added QT4 Travis CI build config
This commit is contained in:
parent
83189a4e65
commit
cd3c99b065
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
||||
language: c++
|
||||
|
||||
install:
|
||||
- sudo apt-get install libqt4-dev
|
||||
|
||||
script:
|
||||
- lrelease gpxsee.pro
|
||||
- qmake gpxsee.pro
|
||||
- make
|
Loading…
Reference in New Issue
Block a user