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: env:
- TARGET=desktop-gles - TARGET=desktop-gles
- TARGET_GLES2=ON - TARGET_GLES2=ON
# Disabled because the Ubuntu 12.04 drivers are missing some ES3 entrypoints - language: cpp
# Should be enabled after moving to 14.04 os: linux
#- language: cpp compiler: gcc
#os: linux env:
#compiler: gcc - TARGET=desktop-gles
#env: - TARGET_GLES2=OFF
#- TARGET=desktop-gles
#- TARGET_GLES2=OFF
- language: cpp - language: cpp
os: osx os: osx
compiler: clang compiler: clang

Loading…
Cancel
Save