1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 04:33:53 +00:00

Adding gcc 5 and 6

This commit is contained in:
Henry Fredrick Schreiner 2017-02-01 14:45:05 -05:00
parent e00ba23e4a
commit 4c55a2882d

View File

@ -7,6 +7,22 @@ cache:
matrix:
include:
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
env: COMPILER=6
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
env: COMPILER=5
- compiler: gcc
addons:
apt: