forked from HowardHinnant/date
Add nice names to build matrix
This commit is contained in:
committed by
Howard Hinnant
parent
fe491eff1c
commit
961bf06c32
18
.travis.yml
18
.travis.yml
@@ -3,7 +3,9 @@ language: cpp
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
||||||
- os: linux
|
- name: "Ubuntu 16.04.6 LTS (Xenial Xerus) GCC 7"
|
||||||
|
dist: xenial
|
||||||
|
os: linux
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
@@ -13,7 +15,8 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
||||||
|
|
||||||
- os: linux
|
- name: "Ubuntu 18.04.3 LTS (Bionic Beaver) GCC 7"
|
||||||
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
@@ -24,7 +27,9 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
||||||
|
|
||||||
- os: linux
|
- name: "Ubuntu 16.04.6 LTS (Xenial Xerus) GCC 8"
|
||||||
|
dist: xenial
|
||||||
|
os: linux
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
@@ -34,7 +39,9 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
|
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
|
||||||
|
|
||||||
- os: linux
|
- name: "Ubuntu 16.04.6 LTS (Xenial Xerus) GCC 9"
|
||||||
|
dist: xenial
|
||||||
|
os: linux
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
@@ -44,7 +51,8 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- MATRIX_EVAL="CC=gcc-9 && CXX=g++-9"
|
- MATRIX_EVAL="CC=gcc-9 && CXX=g++-9"
|
||||||
|
|
||||||
- os: linux
|
- name: "Ubuntu 18.04.3 LTS (Bionic Beaver) Clang 6"
|
||||||
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
Reference in New Issue
Block a user