|
|
|
|
@ -17,15 +17,12 @@ matrix:
|
|
|
|
|
compiler: gcc |
|
|
|
|
env: |
|
|
|
|
- TARGET=desktop |
|
|
|
|
# Otherwise the job gets killed (probably because using too much memory) |
|
|
|
|
- JOBS_LIMIT=4 |
|
|
|
|
- language: cpp |
|
|
|
|
os: linux |
|
|
|
|
compiler: clang |
|
|
|
|
env: |
|
|
|
|
- TARGET=desktop-sanitizers |
|
|
|
|
- CMAKE_CXX_FLAGS=-fsanitize=address |
|
|
|
|
- JOBS_LIMIT=4 |
|
|
|
|
addons: |
|
|
|
|
apt: |
|
|
|
|
sources: |
|
|
|
|
@ -42,7 +39,6 @@ matrix:
|
|
|
|
|
env: |
|
|
|
|
- TARGET=desktop-gles |
|
|
|
|
- TARGET_GLES2=ON |
|
|
|
|
- JOBS_LIMIT=4 |
|
|
|
|
# Disabled because the Ubuntu 12.04 drivers are missing some ES3 entrypoints |
|
|
|
|
# Should be enabled after moving to 14.04 |
|
|
|
|
#- language: cpp |
|
|
|
|
@ -51,7 +47,6 @@ matrix:
|
|
|
|
|
#env: |
|
|
|
|
#- TARGET=desktop-gles |
|
|
|
|
#- TARGET_GLES2=OFF |
|
|
|
|
#- JOBS_LIMIT=4 |
|
|
|
|
- language: cpp |
|
|
|
|
os: osx |
|
|
|
|
compiler: clang |
|
|
|
|
@ -85,8 +80,6 @@ matrix:
|
|
|
|
|
env: |
|
|
|
|
- TARGET=android |
|
|
|
|
- TARGET_GLES2=ON |
|
|
|
|
# Otherwise the job gets killed (probably because using too much memory) |
|
|
|
|
- JOBS_LIMIT=4 |
|
|
|
|
android: |
|
|
|
|
components: |
|
|
|
|
- build-tools-19.0.0 |
|
|
|
|
@ -97,8 +90,6 @@ matrix:
|
|
|
|
|
env: |
|
|
|
|
- TARGET=android |
|
|
|
|
- TARGET_GLES2=OFF |
|
|
|
|
# Otherwise the job gets killed (probably because using too much memory) |
|
|
|
|
- JOBS_LIMIT=4 |
|
|
|
|
android: |
|
|
|
|
components: |
|
|
|
|
- build-tools-19.0.0 |
|
|
|
|
|