Skip to content

Commit

Permalink
Travis - upgrade to GCC 9 and Clang 9
Browse files Browse the repository at this point in the history
Use latest and greatest compilers in the toolchain.
  • Loading branch information
triplus authored and wwmayer committed Nov 29, 2019
1 parent 83ecb8a commit fab86e6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Expand Up @@ -47,10 +47,36 @@ matrix:
- os: linux
dist: bionic
compiler: clang
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
- sourceline: 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main'
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
packages:
- clang-9
env:
- CC=clang-9
- CXX=clang++-9
- CMAKE_OPTS="-DPYTHON_EXECUTABLE=/usr/bin/python3 -DBUILD_FEM_NETGEN=ON -DBUILD_QT5=ON"
- PYTHON_MAJOR_VERSION=3

# - os: linux
# dist: bionic
# compiler: gcc
# addons:
# apt:
# sources:
# - sourceline: 'ppa:ubuntu-toolchain-r/test'
# packages:
# - gcc-9
# - g++-9
# env:
# - CC=gcc-9
# - CXX=g++-9
# - CMAKE_OPTS="-DPYTHON_EXECUTABLE=/usr/bin/python3 -DBUILD_FEM_NETGEN=ON -DBUILD_QT5=ON"
# - PYTHON_MAJOR_VERSION=3

- os: linux
dist: bionic
compiler: gcc
Expand Down

0 comments on commit fab86e6

Please sign in to comment.