mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-09 06:43:08 +01:00
POSIX shell.
This commit is contained in:
parent
d1051c0351
commit
efc4b71b78
@ -8,4 +8,5 @@ else
|
||||
# Linux.
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install qt57tools qt57base qt57webengine
|
||||
source /opt/qt57/bin/qt57-env.sh
|
||||
fi
|
@ -1,6 +1,7 @@
|
||||
dist: trusty
|
||||
language: cpp
|
||||
osx_image: xcode8
|
||||
sudo: required
|
||||
|
||||
os:
|
||||
- linux
|
||||
@ -18,7 +19,6 @@ before_install: ./.travis-before-install.sh
|
||||
install: true
|
||||
|
||||
script:
|
||||
- source /opt/qt57/bin/qt57-env.sh
|
||||
- mkdir rssguard-build && cd rssguard-build
|
||||
- qmake ..
|
||||
- make
|
||||
|
Loading…
Reference in New Issue
Block a user