Browse Source

package/ci: temporarily disable GLES3 build on Linux.

The drivers on Ubuntu 12.04 are just too old and they miss some
required entrypoints.
pull/179/head
Vladimír Vondruš 10 years ago
parent
commit
4b9e44ed26
  1. 14
      package/ci/travis.yml

14
package/ci/travis.yml

@ -16,12 +16,14 @@ matrix:
- TARGET=desktop-gles - TARGET=desktop-gles
- TARGET_GLES2=ON - TARGET_GLES2=ON
- JOBS_LIMIT=4 - JOBS_LIMIT=4
- os: linux # Disabled because the Ubuntu 12.04 drivers are missing some ES3 entrypoints
compiler: gcc # Should be enabled after moving to 14.04
env: #- os: linux
- TARGET=desktop-gles #compiler: gcc
- TARGET_GLES2=OFF #env:
- JOBS_LIMIT=4 #- TARGET=desktop-gles
#- TARGET_GLES2=OFF
#- JOBS_LIMIT=4
- os: osx - os: osx
compiler: clang compiler: clang
env: TARGET=desktop env: TARGET=desktop

Loading…
Cancel
Save