summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWouter van Oortmerssen <aardappel@gmail.com>2018-08-06 16:51:28 -0700
committerWouter van Oortmerssen <aardappel@gmail.com>2018-08-06 16:52:09 -0700
commit38a6623f348ff055faea9cf659d17b04fd44506a (patch)
tree2d991ec7274423e1abe9fae6ee6869b9916f4cfa /.travis.yml
parent27e4f43b77ef5c754ef9499000c4ac30e02bfa1e (diff)
downloadflatbuffers-38a6623f348ff055faea9cf659d17b04fd44506a.tar.gz
flatbuffers-38a6623f348ff055faea9cf659d17b04fd44506a.tar.bz2
flatbuffers-38a6623f348ff055faea9cf659d17b04fd44506a.zip
Temporarily disabled Android CI until fix.
Change-Id: I0c6758db7b4007e84b7ab8daaecd233711df8cab
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml46
1 files changed, 23 insertions, 23 deletions
diff --git a/.travis.yml b/.travis.yml
index 4675514e..3fb0abd6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,26 +62,26 @@ matrix:
script:
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE . && make && make test
- - language: android
- sudo: true
- android:
- components:
- - tools
- - platform-tools
- - build-tools-25.0.2
- - android-25
- - extra-android-m2repository
- compiler:
- - gcc
- before_install:
- - git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root
- - export ANDROID_NDK_HOME=$HOME/android-ndk-root
- # Setup environment for Linux build which is required to build the sample.
- - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
- - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq; fi
- - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -qq g++-$GCC_VERSION; fi
- - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -qq gcc-$GCC_VERSION; fi
- - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo ln -s -v -f $(which g++-$GCC_VERSION) /usr/bin/g++; fi
- - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo ln -s -v -f $(which gcc-$GCC_VERSION) /usr/bin/gcc; fi
- script:
- - failed=0; for build_gradle in $(git ls-files | grep build.gradle); do ( cd "$(dirname "${build_gradle}")" && ./gradlew build ) || failed=1; done; exit $((failed))
+ #- language: android
+ # sudo: true
+ # android:
+ # components:
+ # - tools
+ # - platform-tools
+ # - build-tools-25.0.2
+ # - android-25
+ # - extra-android-m2repository
+ # compiler:
+ # - gcc
+ # before_install:
+ # - git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root
+ # - export ANDROID_NDK_HOME=$HOME/android-ndk-root
+ # # Setup environment for Linux build which is required to build the sample.
+ # - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
+ # - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq; fi
+ # - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -qq g++-$GCC_VERSION; fi
+ # - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -qq gcc-$GCC_VERSION; fi
+ # - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo ln -s -v -f $(which g++-$GCC_VERSION) /usr/bin/g++; fi
+ # - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo ln -s -v -f $(which gcc-$GCC_VERSION) /usr/bin/gcc; fi
+ # script:
+ # - failed=0; for build_gradle in $(git ls-files | grep build.gradle); do ( cd "$(dirname "${build_gradle}")" && ./gradlew build ) || failed=1; done; exit $((failed))