Travis build matrix.
This commit is contained in:
parent
fe77188b0a
commit
3ead080484
3 changed files with 5 additions and 2 deletions
|
@ -5,6 +5,9 @@ dist: trusty
|
|||
os:
|
||||
- linux
|
||||
- osx
|
||||
env:
|
||||
- qmake_args='USE_WEBENGINE=false'
|
||||
- qmake_args='USE_WEBENGINE=true'
|
||||
compiler:
|
||||
- gcc
|
||||
branches:
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
source /opt/qt59/bin/qt59-env.sh
|
||||
mkdir rssguard-build && cd rssguard-build
|
||||
qmake ..
|
||||
qmake .. "$qmake_args"
|
||||
make
|
||||
make install
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
mkdir rssguard-build && cd rssguard-build
|
||||
qmake ..
|
||||
qmake .. "$qmake_args"
|
||||
make
|
||||
make install
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue