mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 22:40:17 +00:00
Updated GCC version
This commit is contained in:
parent
cb29a0991d
commit
7cc6f0c491
2 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,8 @@ matrix:
|
|||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-5.3
|
||||
env: COMPILER=g++-5.3
|
||||
- g++-5.2
|
||||
env: COMPILER=g++-5.2
|
||||
- compiler: clang
|
||||
addons:
|
||||
apt:
|
||||
|
|
|
@ -47,7 +47,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
|
|||
| Service | System | Compiler | Status |
|
||||
| ------- | ------ | -------- | ------ |
|
||||
| [Drone](https://drone.io/github.com/g-truc/glm) | Linux 64 bits | GCC 4.6.3 | [](https://drone.io/github.com/g-truc/glm/latest) |
|
||||
| [Travis CI](https://travis-ci.org/g-truc/glm)| Linux 64 bits | Clang 3.4, Clang 3.8, GCC 4.9, GCC 5.3 | [](https://travis-ci.org/g-truc/glm)
|
||||
| [Travis CI](https://travis-ci.org/g-truc/glm)| Linux 64 bits | Clang 3.4, Clang 3.8, GCC 4.9, GCC 5.2 | [](https://travis-ci.org/g-truc/glm)
|
||||
|
||||
## Release notes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue