Skip to content

Commit

Permalink
Add gcc-9 and gcc-10 to the travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbroon committed May 27, 2020
1 parent 973ec2f commit e2cddc4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,26 @@ matrix:
- *required_packages
- *optional_packages
- g++-8
- compiler: gcc-9
env:
- DTLS="ON" ZMQ="ON" MYSQL="ON" BUILD_TYPE="RelWithDebInfo" MATRIX_EVAL="CC=gcc-9 CXX=g++-9"
addons:
apt:
sources: *zeromq_source_and_toolchain_gcc
packages:
- *required_packages
- *optional_packages
- g++-9
- compiler: gcc-10
env:
- DTLS="ON" ZMQ="ON" MYSQL="ON" BUILD_TYPE="RelWithDebInfo" MATRIX_EVAL="CC=gcc-10 CXX=g++-10"
addons:
apt:
sources: *zeromq_source_and_toolchain_gcc
packages:
- *required_packages
- *optional_packages
- g++-10

- compiler: clang
env:
Expand Down

0 comments on commit e2cddc4

Please sign in to comment.