Skip to content

Commit

Permalink
Reconfigure Travis to compile for 2 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
we7u committed Apr 24, 2019
1 parent daf546d commit 4e0ff83
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ script:
matrix:

exclude:
- compiler: gcc g++
- compiler: gcc

include:

Expand All @@ -22,9 +22,17 @@ matrix:
# packages:
# - qt4-dev-tools

# - os: linux
# dist: xenial
# name: "Ubuntu 16.04 with Qt5"
# addons:
# apt:
# packages:
# - qtbase5-dev

- os: linux
dist: xenial
name: "Ubuntu 16.04 with Qt5"
name: "Ubuntu 16.04 with Qt5 and g++-8"
addons:
apt:
sources:
Expand All @@ -38,20 +46,12 @@ matrix:
- echo ${CXX}
- ${CXX} --version

# - os: linux
# dist: xenial
# name: "Ubuntu 16.04 with Qt5"
# addons:
# apt:
# packages:
# - qtbase5-dev
#
# - os: osx
# name: "OSX with Qt5"
# compiler: clang
# addons:
# homebrew:
# packages:
# - qt5
- os: osx
name: "OSX with Qt5"
compiler: clang
addons:
homebrew:
packages:
- qt5


0 comments on commit 4e0ff83

Please sign in to comment.