Skip to content

Commit

Permalink
ci: Enable emscripten and building WebVR example
Browse files Browse the repository at this point in the history
Signed-off-by: Squareys <squareys@googlemail.com>
  • Loading branch information
Squareys committed Jan 19, 2018
1 parent 108fefe commit 51adf53
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion package/ci/travis-emscripten.sh
Expand Up @@ -120,6 +120,7 @@ cmake .. \
-DWITH_TEXTUREDTRIANGLE_EXAMPLE=OFF \
-DWITH_TRIANGLE_EXAMPLE=OFF \
-DWITH_TRIANGLE_PLAIN_GLFW_EXAMPLE=OFF \
-DWITH_VIEWER_EXAMPLE=OFF
-DWITH_VIEWER_EXAMPLE=OFF \
-DWITH_WEBVR_EXAMPLE=ON
# Otherwise the job gets killed (probably because using too much memory)
make -j4
24 changes: 12 additions & 12 deletions package/ci/travis.yml
Expand Up @@ -67,18 +67,18 @@ matrix:
#- JOBID=ios-es3
#- TARGET=ios-simulator
#- TARGET_GLES2=OFF
#- language: cpp
#os: osx
#env:
#- JOBID=emscripten-webgl1
#- TARGET=emscripten
#- TARGET_GLES2=ON
#- language: cpp
#os: osx
#env:
#- JOBID=emscripten-webgl2
#- TARGET=emscripten
#- TARGET_GLES2=OFF
- language: cpp
os: osx
env:
- JOBID=emscripten-webgl1
- TARGET=emscripten
- TARGET_GLES2=ON
- language: cpp
os: osx
env:
- JOBID=emscripten-webgl2
- TARGET=emscripten
- TARGET_GLES2=OFF
#- language: android
#os: linux
#dist: precise
Expand Down

0 comments on commit 51adf53

Please sign in to comment.