mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
Using GCC 7.0 instead of GCC 7.1
This commit is contained in:
parent
d74732f985
commit
c23162a62a
2 changed files with 4 additions and 4 deletions
|
@ -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 | [](https://travis-ci.org/g-truc/glm)
|
||||
| [AppVeyor](https://ci.appveyor.com/project/Groovounet/glm)| Windows 32 and 64 | Visual Studio 2013 | [](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 | [](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 | [](https://ci.appveyor.com/project/Groovounet/glm)
|
||||
|
||||
## Release notes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue