You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
592 B

language: cpp
sudo: required
dist: trusty
addons:
apt:
packages:
- g++-6
sources: &sources
- ubuntu-toolchain-r-test
os: linux
env: COMPILER=g++-6
before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt57-trusty
- sudo apt-get update -qq
install:
# Packages from https://launchpad.net/~beineri/+archive/ubuntu/opt-qt57-trusty
- sudo apt-get -y install qt57tools qt57base qt57multimedia qt57declarative qt57creator
script:
- source /opt/qt57/bin/qt57-env.sh
- /opt/qt57/bin/qmake linuxdeployqt.pro
- make CXX='g++-6' -j7
- ./linuxdeployqt