Travis: Exclude macOS Make OpenGLES2 build too
OpenGLES2 is also apparently in a different location
This commit is contained in:
parent
0902b9e35d
commit
f0206600b1
1 changed files with 3 additions and 1 deletions
|
@ -61,9 +61,11 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
exclude:
|
exclude:
|
||||||
# Apple's OpenGL is in a non-standard location, so this build doesn't work
|
# Apple's OpenGL is in a non-standard location, so these builds don't work
|
||||||
- os: osx
|
- os: osx
|
||||||
env: BUILD_SYSTEM=make RENDERER=OpenGL3
|
env: BUILD_SYSTEM=make RENDERER=OpenGL3
|
||||||
|
- os: osx
|
||||||
|
env: BUILD_SYSTEM=make RENDERER=OpenGLES2
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Set URL for Discord send script
|
# Set URL for Discord send script
|
||||||
|
|
Loading…
Add table
Reference in a new issue