Exclude macOS OpenGL3 Make builds from Travis
Apparently Apple handles OpenGL in a completely non-standard way.
This commit is contained in:
parent
425051a3cf
commit
f06b78bd38
1 changed files with 6 additions and 0 deletions
|
@ -69,6 +69,12 @@ env:
|
|||
- BUILD_SYSTEM=make BUILD_TYPE=RELEASE=1 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:
|
||||
# Set URL for Discord send script
|
||||
- DISCORD_SEND_SCRIPT_URL=https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue