Skip to content

Commit

Permalink
try to get full compiler matrix for new jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Sep 13, 2023
1 parent 365a860 commit f719d5f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,28 @@ jobs:
include:

- name: "NATS latest"
compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- sourceline: ppa:ubuntu-toolchain-r/test
packages:
- g++-9
# compiler: gcc
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# - sourceline: ppa:ubuntu-toolchain-r/test
# packages:
# - g++-9
env:
- NATS_TEST_SERVER_VERSION=latest
- MATRIX_EVAL="CC=gcc-9"
- BUILD_OPT="-DNATS_BUILD_ARCH=64 -DCMAKE_BUILD_TYPE=Release" DO_COVERAGE="no"

- name: "NATS dev"
compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- sourceline: ppa:ubuntu-toolchain-r/test
packages:
- g++-9
# compiler: gcc
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# - sourceline: ppa:ubuntu-toolchain-r/test
# packages:
# - g++-9
env:
- NATS_TEST_SERVER_VERSION=dev
- MATRIX_EVAL="CC=gcc-9"
Expand Down

0 comments on commit f719d5f

Please sign in to comment.