Browse Source

ci: Reenable linux with GLES3 configuration on travis

pull/203/head
Squareys 9 years ago
parent
commit
292fa5d227
  1. 14
      package/ci/travis.yml

14
package/ci/travis.yml

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

Loading…
Cancel
Save