This commit is contained in:
mutouyun 2018-12-19 16:37:57 +08:00
commit 4dfefb03ae

View File

@ -4,10 +4,21 @@ dist: xenial
matrix: matrix:
include: include:
- os: linux - os: linux
compiler: gcc addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
- os: linux - os: linux
compiler: clang compiler: clang
before_install:
- eval "${MATRIX_EVAL}"
install: install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install qt5-qmake libqt5test5 - sudo apt-get install qt5-qmake libqt5test5