mirror of
https://github.com/g-truc/glm.git
synced 2024-11-12 21:31:47 +00:00
Added tests with GCC 6
This commit is contained in:
parent
1cead1904a
commit
ce0572ac7b
@ -14,6 +14,14 @@ matrix:
|
|||||||
packages:
|
packages:
|
||||||
- g++-4.9
|
- g++-4.9
|
||||||
env: COMPILER=g++-4.9
|
env: COMPILER=g++-4.9
|
||||||
|
- compiler: gcc
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- g++-6
|
||||||
|
env: COMPILER=g++-6
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
Reference in New Issue
Block a user