Unverified Commit 5858ebc6 authored by Mike Gabriel's avatar Mike Gabriel

Merge branch 'mjtrangoni-add-gcc-9' into 3.6.x

parents 4a440fea 1ffe92a6
......@@ -39,7 +39,7 @@ matrix:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-8
- g++-9
# imake
- xutils-dev
# X11 libaries
......@@ -56,7 +56,7 @@ matrix:
- x11-xkb-utils
env:
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
- MATRIX_EVAL="CC=gcc-9 && CXX=g++-9"
- STATIC_ANALYSIS="no"
- os: linux
......@@ -117,5 +117,7 @@ before_install:
script:
# run static analysis tools
- ./run-static-analysis.sh
# print compiler version
- ${CC} --version
# build all packages
- make
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment