travis ci, try 4

This commit is contained in:
Aditya
2018-10-31 22:52:48 -07:00
parent 0b7f43a6b5
commit 96f6b905e7

View File

@@ -1,17 +1,18 @@
language: cpp matrix:
include:
compiler: clang # works on Trusty
- os: linux
os: linux addons:
addons: apt:
apt: sources:
sources: - llvm-toolchain-trusty-5.0
- ubuntu-toolchain-r-test packages:
packages: - clang-5.0
- clang-6.0 env:
- clang - MATRIX_EVAL="CC=clang-5.0 && CXX=clang++-5.0"
before_install: before_install:
- eval "${MATRIX_EVAL}"
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa - sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install qtbase5-dev - sudo apt-get install qtbase5-dev