Travis: Exclude macOS Make OpenGLES2 build too

OpenGLES2 is also apparently in a different location
This commit is contained in:
Clownacy 2020-02-06 09:21:45 +00:00
parent 0902b9e35d
commit f0206600b1

View file

@ -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