2016-08-17 07:36:55 +02:00
|
|
|
dist: trusty
|
2016-08-17 07:59:01 +02:00
|
|
|
language: cpp
|
2016-08-24 10:06:45 +02:00
|
|
|
osx_image: xcode8
|
2016-08-17 07:59:01 +02:00
|
|
|
|
2016-08-17 07:36:55 +02:00
|
|
|
os:
|
|
|
|
- linux
|
2016-08-24 10:06:45 +02:00
|
|
|
- osx
|
|
|
|
|
2016-08-17 07:36:55 +02:00
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
|
2016-08-17 07:59:01 +02:00
|
|
|
git:
|
|
|
|
submodules: false
|
2016-08-19 07:13:23 +02:00
|
|
|
depth: 3
|
2016-08-17 07:59:01 +02:00
|
|
|
|
2016-08-24 10:37:48 +02:00
|
|
|
before_install: ./.travis-before-install.sh
|
2016-08-17 07:43:23 +02:00
|
|
|
|
|
|
|
install: true
|
2016-08-17 07:36:55 +02:00
|
|
|
|
2016-08-17 07:43:23 +02:00
|
|
|
script:
|
2016-08-17 07:48:20 +02:00
|
|
|
- source /opt/qt57/bin/qt57-env.sh
|
2016-08-17 07:59:01 +02:00
|
|
|
- mkdir rssguard-build && cd rssguard-build
|
|
|
|
- qmake ..
|
2016-08-23 09:11:59 +02:00
|
|
|
- make
|
|
|
|
- make install
|