mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Using GCC 7.0 instead of GCC 7.1
This commit is contained in:
parent
d74732f985
commit
c23162a62a
@ -20,8 +20,8 @@ matrix:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-7.1
|
||||
env: COMPILER=g++-7.1
|
||||
- g++-7
|
||||
env: COMPILER=g++-7
|
||||
- compiler: clang
|
||||
addons:
|
||||
apt:
|
||||
|
@ -46,8 +46,8 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
|
||||
|
||||
| Service | System | Compiler | Status |
|
||||
| ------- | ------ | -------- | ------ |
|
||||
| [Travis CI](https://travis-ci.org/g-truc/glm)| MacOSX, Linux 64 bits | Clang 3.4, Clang 3.8, GCC 4.9 | [![Travis CI](https://travis-ci.org/g-truc/glm.svg?branch=master)](https://travis-ci.org/g-truc/glm)
|
||||
| [AppVeyor](https://ci.appveyor.com/project/Groovounet/glm)| Windows 32 and 64 | Visual Studio 2013 | [![AppVeyor](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true)](https://ci.appveyor.com/project/Groovounet/glm)
|
||||
| [Travis CI](https://travis-ci.org/g-truc/glm)| MacOSX, Linux 64 bits | Clang 3.4, Clang 3.6, Clang 4.0, GCC 4.9, GCC 7.0 | [![Travis CI](https://travis-ci.org/g-truc/glm.svg?branch=master)](https://travis-ci.org/g-truc/glm)
|
||||
| [AppVeyor](https://ci.appveyor.com/project/Groovounet/glm)| Windows 32 and 64 | Visual Studio 2013, Visual Studio 2015, Visual Studio 2017 | [![AppVeyor](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true)](https://ci.appveyor.com/project/Groovounet/glm)
|
||||
|
||||
## Release notes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user