Exclude macOS OpenGL3 Make builds from Travis

Apparently Apple handles OpenGL in a completely non-standard way.
This commit is contained in:
Clownacy 2020-02-05 19:06:37 +00:00
parent 425051a3cf
commit f06b78bd38

View file

@ -69,6 +69,12 @@ env:
- BUILD_SYSTEM=make BUILD_TYPE=RELEASE=1 RENDERER=OpenGLES2 - BUILD_SYSTEM=make BUILD_TYPE=RELEASE=1 RENDERER=OpenGLES2
- BUILD_SYSTEM=cmake BUILD_TYPE=RelWithDebInfo RENDERER=OpenGLES2 - BUILD_SYSTEM=cmake BUILD_TYPE=RelWithDebInfo RENDERER=OpenGLES2
jobs:
exclude:
# Because Apple loves sabotaging OpenGL
- os: osx
env: BUILD_SYSTEM=make RENDERER=OpenGL3
before_install: before_install:
# Set URL for Discord send script # Set URL for Discord send script
- DISCORD_SEND_SCRIPT_URL=https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh - DISCORD_SEND_SCRIPT_URL=https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh