mirror of
https://github.com/g-truc/glm.git
synced 2025-04-13 08:43:00 +00:00
Test with GCC and Clang on MacOSX
This commit is contained in:
parent
ab0c938e23
commit
2f546153ee
1 changed files with 8 additions and 3 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,10 +1,15 @@
|
|||
language: cpp
|
||||
|
||||
os:
|
||||
- osx
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: osx
|
||||
osx_image: xcode8
|
||||
|
||||
- os: osx
|
||||
osx_image: xcode8
|
||||
env:
|
||||
- MATRIX_EVAL="brew install gcc && CC=gcc-7 && CXX=g++-7"
|
||||
|
||||
- os: linux
|
||||
addons:
|
||||
apt:
|
||||
|
|
Loading…
Add table
Reference in a new issue