Searched +full:travis +full:- +full:install (Results 1 – 25 of 217) sorted by relevance
123456789
| /external/flatbuffers/ |
| D | .travis.yml | 4 - GCC_VERSION="4.9" 6 - UBSAN_OPTIONS=halt_on_error=1 7 - ASAN_OPTIONS=halt_on_error=1 8 # Travis machines have 2 cores 9 - JOBS=2 10 - MAKEFLAGS="-j 2" 12 conan-linux: &conan-linux 18 - docker 19 install: 20 - ./conan/travis/install.sh [all …]
|
| /external/jsoncpp/ |
| D | .travis.yml | 2 # http://about.travis-ci.com/docs/user/build-configuration/ 5 # gem install travis --no-rdoc --no-ri 6 # travis lint .travis.yml 12 - clang-format 13 - meson 14 - ninja 18 - ubuntu-toolchain-r-test 19 - llvm-toolchain-xenial-8 21 - clang-format-8 22 - clang-8 [all …]
|
| /external/parameter-framework/upstream/ |
| D | .travis.yml | 2 - linux 3 - osx 4 # Use travis docker infrastructure 8 # https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions 15 - PREFIX=$HOME/prefix 16 - MY_CMAKE_OPTIONS="-DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$HOME/install" 17 - OSX_CMAKE_OPTIONS="-DBUILD_TESTING=OFF -DPYTHON_BINDINGS=OFF -DCLIENT_SIMULATOR=OFF" 18 - CTEST_OUTPUT_ON_FAILURE=1 19 - LINUX=false 20 - OSX=false [all …]
|
| /external/scapy/.travis/ |
| D | install.sh | 1 PIP=`which pip || (python --version 2>&1 | grep -q 'Python 2' && which pip2) || (python --version 2… 3 # Install dependencies using pip 4 if [ -z "$SCAPY_SUDO" -o "$SCAPY_SUDO" = "false" ] 9 PIP_INSTALL_FLAGS="--user" 12 SCAPY_SUDO="$SCAPY_SUDO -H" 15 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U mock 17 if python --version 2>&1 | grep -q '^Python 3\.[0123]' 20 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U enum34 23 if ! python --version 2>&1 | grep -q PyPy; then 24 # cryptography requires PyPy >= 2.6, Travis CI uses 2.5.0 [all …]
|
| /external/cronet/third_party/protobuf/ |
| D | tests.sh | 12 if [ -f src/protoc ]; then 18 git submodule update --init --recursive 21 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test. 23 make -j$(nproc) 28 make check -j$(nproc) || (cat src/test-suite.log; false) 34 ./configure LIBS=-ltcmalloc && make clean && make \ 35 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \ 38 PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test 42 grep -q -- "-Og" src/Makefile.am && 43 echo "The -Og flag is incompatible with Clang versions older than 4.0." && [all …]
|
| /external/protobuf/ |
| D | tests.sh | 8 if [ -f src/protoc ]; then 14 git submodule update --init --recursive 17 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test. 19 make -j$(nproc) 24 make check -j$(nproc) || (cat src/test-suite.log; false) 30 ./configure LIBS=-ltcmalloc && make clean && make \ 31 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \ 34 PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test 38 grep -q -- "-Og" src/Makefile.am && 39 echo "The -Og flag is incompatible with Clang versions older than 4.0." && [all …]
|
| /external/vulkan-validation-layers/ |
| D | .travis.yml | 1 # Build Configuration for Travis CI 2 # https://travis-ci.org 12 - env: CHECK_COMMIT_FORMAT=ON 13 - env: VULKAN_BUILD_TARGET=GN 16 - os: linux 18 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=armeabi-v7a 19 # Android 64-bit build. 20 - os: linux 22 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=arm64-v8a 24 - os: linux [all …]
|
| /external/sdv/vsomeip/third_party/boost/concept_check/.drone/ |
| D | drone.sh | 7 set -e 18 echo '==================================> INSTALL' 20 git clone https://github.com/boostorg/boost-ci.git boost-ci 21 cp -pr boost-ci/ci boost-ci/.codecov.yml . 24 unset -f cd 36 ci/travis/build.sh 38 elif [ "$DRONE_JOB_BUILDTYPE" == "b5847f804b-bbb3de2b00" ]; then 40 echo '==================================> INSTALL' 42 git clone https://github.com/boostorg/boost-ci.git boost-ci 43 cp -pr boost-ci/ci boost-ci/.codecov.yml . [all …]
|
| /external/sdv/vsomeip/third_party/boost/date_time/.drone/ |
| D | drone.sh | 7 set -e 8 set -x 19 echo '==================================> INSTALL' 21 git clone https://github.com/boostorg/boost-ci.git boost-ci 22 cp -pr boost-ci/ci boost-ci/.codecov.yml . 25 unset -f cd 37 ci/travis/build.sh 39 elif [ "$DRONE_JOB_BUILDTYPE" == "b5847f804b-0fcaf592f9" ]; then 41 echo '==================================> INSTALL' 43 git clone https://github.com/boostorg/boost-ci.git boost-ci [all …]
|
| /external/python/rsa/ |
| D | .travis.yml | 6 # See: https://github.com/travis-ci/travis-ci/issues/3024 9 - "3.6" 10 - "3.7" 11 - "3.8" 12 - "3.9" 16 - python: 3.5 18 script: pip install zipp 20 # Disabled, see https://github.com/sybrenstuvel/python-rsa/issues/131 21 #- python: pypy3.5 24 install: [all …]
|
| /external/libffi/ |
| D | .travis.yml | 1 --- 6 # For qemu-powered targets, get the list of supported processors from 7 # travis by setting QEMU_CPU=help, then set -mcpu= for the compilers 12 - os: linux 13 env: HOST=or1k-elf RUNTESTFLAGS="--target_board or1k-sim" DEJAGNU="/opt/.travis/site.exp" 14 - os: linux 15 env: HOST=m32r-elf RUNTESTFLAGS="--target_board m32r-sim" DEJAGNU="/opt/.travis/site.exp" 16 - os: linux 17 env: HOST=bfin-elf RUNTESTFLAGS="--target_board bfin-sim" DEJAGNU="/opt/.travis/site.exp" 19 # - os: osx [all …]
|
| /external/jsoncpp/.travis_scripts/ |
| D | cmake_builder.sh | 4 # This is called by `.travis.yml` via Travis CI. 5 # Travis supplies $TRAVIS_OS_NAME. 6 # http://docs.travis-ci.com/user/multi-os/ 7 # Our .travis.yml also defines: 9 # - BUILD_TYPE=Release/Debug 10 # - LIB_TYPE=static/shared 13 # - DESTDIR <- used for setting the install prefix 14 # - BUILD_TOOL=["Unix Makefile"|"Ninja"] 15 # - BUILDNAME <- how to identify this build on the dashboard 16 # - DO_MemCheck <- if set, try to use valgrind [all …]
|
| /external/sdv/vsomeip/third_party/boost/mpl/.drone/ |
| D | drone.sh | 7 set -e 18 echo '==================================> INSTALL' 20 git clone https://github.com/jeking3/boost-ci.git boost-ci 21 cp -pr boost-ci/ci boost-ci/.codecov.yml . 24 unset -f cd 36 ci/travis/build.sh 38 elif [ "$DRONE_JOB_BUILDTYPE" == "6d5a3a255d-bbb3de2b00" ]; then 40 echo '==================================> INSTALL' 42 git clone https://github.com/jeking3/boost-ci.git boost-ci 43 cp -pr boost-ci/ci boost-ci/.codecov.yml . [all …]
|
| /external/sdv/vsomeip/third_party/boost/property_tree/.drone/ |
| D | drone.sh | 7 set -e 16 export CC=${CC:-gcc} 21 sudo /usr/sbin/locale-gen fr_FR 22 sudo /usr/sbin/locale-gen en_GB 23 sudo locale -a 29 echo '==================================> INSTALL' 31 git clone https://github.com/boostorg/boost-ci.git boost-ci-cloned 32 cp -prf boost-ci-cloned/ci . 33 rm -rf boost-ci-cloned 36 unset -f cd [all …]
|
| /external/python/apitools/ |
| D | README.rst | 1 google-apitools 6 ``google-apitools`` is a collection of utilities to make it easier to build 7 client-side tools, especially those that talk to Google APIs. 14 ----------------------- 16 To install the library into the current virtual environment:: 18 $ pip install google-apitools 20 Installing the command-line tools 21 --------------------------------- 23 To install the command-line scripts into the current virtual environment:: 25 $ pip install google-apitools[cli] [all …]
|
| /external/libsrtp2/ |
| D | CHANGES | 3 2.2.0-pre (This version) 7 …-format file and format.sh script has been added that can be use to verify and enforce consistent … 11 PR #409 - Compatibilty with LibreSSL 13 PR #406 - Fix unprotect when pktlen < (2*mki_size + tag_len) 15 PR #405 - Prevent potential double free 17 PR #404 - Add back extern to global variables 19 PR #403 - Set gcm IV directly with EVP_CipherInit_ex 21 PR #401 - Fix memory access issue in srtp_get_session_keys() 23 PR #398 - Fix memory access fixes when invalid profiles where used 25 PR #391 - Return NULL when allocating memory of size zero [all …]
|
| /external/rust/crates/spin/ |
| D | .travis.yml | 4 - stable 5 - beta 6 - nightly 16 - | 17 pip install 'travis-cargo<0.2' --user && 21 - travis-cargo build 22 - travis-cargo test 23 - travis-cargo doc -- --no-deps 25 #- rustdoc --test README.md -L target/debug 28 - curl https://mvdnes.github.io/rust-docs/travis-doc-upload.sh | bash [all …]
|
| /external/trusty/lk/ |
| D | README.md | 3 The LK embedded kernel. An SMP-aware kernel designed for small systems. 11 [](https://travis-ci.org/li… 15 1. install or build qemu. v2.4 and above is recommended. 16 2. install gcc for embedded arm (see note 1) 17 3. run scripts/do-qemuarm (from the lk directory) 24 sudo apt-get install gcc-arm-none-eabi 26 http://newos.org/toolchains/arm-eabi-5.3.0-Linux-x86_64.tar.xz
|
| /external/opencensus-java/ |
| D | .travis.yml | 8 - jdk: openjdk8 12 - jdk: oraclejdk9 16 - jdk: openjdk10 21 # - jdk: openjdk11 25 - jdk: openjdk8 29 - env: TASK=CHECK_GIT_HISTORY 33 - jdk: openjdk8 37 - jdk: openjdk8 41 # Work around https://github.com/travis-ci/travis-ci/issues/2317 42 - env: TASK=BUILD [all …]
|
| /external/selinux/scripts/ci/ |
| D | travis-kvm-setup.sh | 2 # SPDX-License-Identifier: MIT 3 set -ev 5 TEST_RUNNER="scripts/ci/fedora-test-runner.sh" 10 if [ -z "$FEDORA_MAJOR" ] || [ -z "$FEDORA_MINOR" ]; then 16 IMAGE_BASE_NAME="Fedora-Cloud-Base-$FEDORA_MAJOR-$FEDORA_MINOR.x86_64" 18 …URL="$BASE_URL/$FEDORA_MAJOR/Cloud/x86_64/images/Fedora-Cloud-$FEDORA_MAJOR-$FEDORA_MINOR-x86_64-C… 22 # Travis gives us 7.5GB of RAM and two cores: 23 # https://docs.travis-ci.com/user/reference/overview/ 28 # Install these here so other builds don't have to wait on these deps to download and install 29 sudo apt-get update [all …]
|
| /external/vulkan-validation-layers/scripts/ |
| D | known_good.json | 8 "install_dir" : "glslang/build/install", 14 "-DUSE_CCACHE=ON" 18 "name" : "Vulkan-Headers", 19 "url" : "https://github.com/KhronosGroup/Vulkan-Headers.git", 20 "sub_dir" : "Vulkan-Headers", 21 "build_dir" : "Vulkan-Headers/build", 22 "install_dir" : "Vulkan-Headers/build/install", 26 "name" : "Vulkan-Loader", 27 "url" : "https://github.com/KhronosGroup/Vulkan-Loader.git", 28 "sub_dir" : "Vulkan-Loader", [all …]
|
| /external/fonttools/Doc/source/ |
| D | developer.rst | 13 … the development of fontTools, you can clone the repository from GitHub, install the package in 'e… 19 # create new virtual environment called e.g. 'fonttools-venv', or anything you like 20 python -m venv fonttools-venv 23 . fonttools-venv/bin/activate 26 fonttools-venv\Scripts\activate.bat 28 # install in 'editable' mode 29 pip install -e . 37 ------- 39 To run the test suite, you need to install `pytest <http://docs.pytest.org/en/latest/>`__. 48 pip install tox [all …]
|
| /external/brotli/ |
| D | .travis.yml | 5 - master 11 - os: linux 12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7 16 - ubuntu-toolchain-r-test 18 - gcc-7 19 - g++-7 20 - os: linux 21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4 25 - ubuntu-toolchain-r-test 27 - gcc-4.4 [all …]
|
| /external/sdv/vsomeip/third_party/boost/concept_check/.github/workflows/ |
| D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 20 fail-fast: false 23 - name: "B2_TOOLSET=gcc-4.8 B2_CXXSTD=03,11 Job 0" 25 packages: "g++-4.8" 27 os: "ubuntu-16.04" [all …]
|
| /external/cronet/third_party/brotli/ |
| D | README.md | 5 Brotli is a generic-purpose lossless compression algorithm that compresses data 8 currently available general-purpose compression methods. It is similar in speed 13 Brotli is open-sourced under the MIT License, see the LICENSE file. 18 [](https://travis-ci… 23 #### Autotools-style CMake 25 [configure-cmake](https://github.com/nemequ/configure-cmake) is an 26 autotools-style configure script for CMake-based projects (not supported on Windows). 28 The basic commands to build, test and install brotli are: 31 $ ../configure-cmake 34 $ make install [all …]
|
123456789