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: ...@@ -39,7 +39,7 @@ matrix:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- g++-8 - g++-9
# imake # imake
- xutils-dev - xutils-dev
# X11 libaries # X11 libaries
...@@ -56,7 +56,7 @@ matrix: ...@@ -56,7 +56,7 @@ matrix:
- x11-xkb-utils - x11-xkb-utils
env: env:
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8" - MATRIX_EVAL="CC=gcc-9 && CXX=g++-9"
- STATIC_ANALYSIS="no" - STATIC_ANALYSIS="no"
- os: linux - os: linux
...@@ -117,5 +117,7 @@ before_install: ...@@ -117,5 +117,7 @@ before_install:
script: script:
# run static analysis tools # run static analysis tools
- ./run-static-analysis.sh - ./run-static-analysis.sh
# print compiler version
- ${CC} --version
# build all packages # build all packages
- make - 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