Lines Matching +full:add +full:- +full:apt +full:- +full:repository

4     - GCC_VERSION="4.9"
6 - UBSAN_OPTIONS=halt_on_error=1
7 - ASAN_OPTIONS=halt_on_error=1
9 - JOBS=2
10 - MAKEFLAGS="-j 2"
12 conan-linux: &conan-linux
18 - docker
20 - ./conan/travis/install.sh
22 - ./conan/travis/build.sh
25 conan-osx: &conan-osx
29 - ./conan/travis/install.sh
31 - ./conan/travis/build.sh
36 #- language: python
39 # - "pip install wheel twine"
41 # - "cd python/"
42 # - 'VERSION="$TRAVIS_TAG" python setup.py sdist bdist_wheel'
43 # - "cd ../"
46 # - provider: script
47 # script: .travis/deploy-python.sh
55 # - provider: script
56 # script: .travis/deploy-python.sh
60 - language: cpp
62 - linux
65 apt:
67 - docker-ce
69 - bash .travis/build-and-run-docker-test-containers.sh
71 - language: cpp
73 - linux
76 - gcc
80 - BUILD_TYPE=Debug
81 - BUILD_TYPE=Release CONAN=true
84- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test…
85 - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq; fi
86 - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -qq g++-$GCC_VERSION; fi
87 - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -qq gcc-$GCC_VERSION; fi
88- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo ln -s -v -f $(which g++-$GCC_VERSION) /usr/bin/g+…
89- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo ln -s -v -f $(which gcc-$GCC_VERSION) /usr/bin/gc…
92 - bash .travis/check-sources.sh
93 - bash grpc/build_grpc.sh
94 - cmake .
95 -DCMAKE_BUILD_TYPE=$BUILD_TYPE
96 -DFLATBUFFERS_BUILD_GRPCTEST=ON
97 -DGRPC_INSTALL_PATH=$TRAVIS_BUILD_DIR/google/grpc/install
98 -DPROTOBUF_DOWNLOAD_PATH=$TRAVIS_BUILD_DIR/google/grpc/third_party/protobuf
99 -DFLATBUFFERS_CODE_SANITIZE=ON
100 - cmake --build . -- -j${JOBS}
101- LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/google/grpc/install/lib ctest --extra-verbose --output-on-fail…
102 - bash .travis/check-generate-code.sh
103- if [ "$CONAN" == "true" ] && [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo pip install conan && co…
105 - language: cpp
110 - BUILD_TYPE=Debug
111 - BUILD_TYPE=Release
114 - bash grpc/build_grpc.sh
115 - cmake .
116 -DCMAKE_BUILD_TYPE=$BUILD_TYPE
117 -DFLATBUFFERS_BUILD_GRPCTEST=ON
118 -DGRPC_INSTALL_PATH=$TRAVIS_BUILD_DIR/google/grpc/install
119 -DPROTOBUF_DOWNLOAD_PATH=$TRAVIS_BUILD_DIR/google/grpc/third_party/protobuf
120 -DFLATBUFFERS_CODE_SANITIZE=ON
121 - cmake --build . -- -j${JOBS}
122- DYLD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/google/grpc/install/lib ctest --extra-verbose --output-on-fa…
123 - bash .travis/check-generate-code.sh
125 - <<: *conan-linux
127 - <<: *conan-linux
129 - <<: *conan-linux
131 - <<: *conan-linux
133 - <<: *conan-linux
135 - <<: *conan-linux
137 - <<: *conan-linux
139 - <<: *conan-linux
141 - <<: *conan-linux
143 - <<: *conan-osx
146 - <<: *conan-osx
149 - <<: *conan-osx
152 - <<: *conan-osx
155 - <<: *conan-osx
159 - language: android
163 - tools
164 - platform-tools
165 - build-tools-25.0.2
166 - android-25
167 - extra-android-m2repository
169 - gcc
173 - while sleep 540; do echo "=====[ $SECONDS seconds still running ]====="; done &
174 - git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root
175 - export ANDROID_NDK_HOME=$HOME/android-ndk-root
177- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test…
178 - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq; fi
179 - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -qq g++-$GCC_VERSION; fi
180 - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -qq gcc-$GCC_VERSION; fi
181- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo ln -s -v -f $(which g++-$GCC_VERSION) /usr/bin/g+…
182- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo ln -s -v -f $(which gcc-$GCC_VERSION) /usr/bin/gc…
184- failed=0; for build_gradle in $(git ls-files | grep build.gradle); do ( cd "$(dirname "${build_g…
186 - kill %1