mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-10 04:20:06 +00:00
Travis CI: Fix comments disabling code.
This commit is contained in:
parent
e5b27660ba
commit
b75c7065cc
2
.travis.yml
Normal file → Executable file
2
.travis.yml
Normal file → Executable file
@ -49,10 +49,10 @@ install:
|
|||||||
export CC=clang-3.6 CXX=clang++-3.6;
|
export CC=clang-3.6 CXX=clang++-3.6;
|
||||||
fi
|
fi
|
||||||
# Download Android NDK and Android CMake toolchain file.
|
# Download Android NDK and Android CMake toolchain file.
|
||||||
- if [[ "$BUILD_NDK" == "ON" ]]; then
|
|
||||||
# Unfortunately the android.toolchain.cmake file does not understand how to
|
# Unfortunately the android.toolchain.cmake file does not understand how to
|
||||||
# get the API level from Android NDK r17b. So fall back on r13b.
|
# get the API level from Android NDK r17b. So fall back on r13b.
|
||||||
# Get only one commit at tag r13b.
|
# Get only one commit at tag r13b.
|
||||||
|
- if [[ "$BUILD_NDK" == "ON" ]]; then
|
||||||
export ANDROID_NDK=$HOME/android-ndk;
|
export ANDROID_NDK=$HOME/android-ndk;
|
||||||
git init $ANDROID_NDK;
|
git init $ANDROID_NDK;
|
||||||
pushd $ANDROID_NDK;
|
pushd $ANDROID_NDK;
|
||||||
|
Loading…
Reference in New Issue
Block a user