Searched full:travis (Results 1 – 25 of 349) sorted by relevance
12345678910>>...14
/external/mesa3d/docs/relnotes/ |
D | 17.0.6.html | 64 <li>travis: replace Trusty-based LLVM toolchain apt-get with apt addon</li> 65 <li>travis: add the possibility of using the txc-dxtn library</li> 102 <li>travis: correct libdrm required regex to also track libdrm itself</li> 103 <li>travis: add nearly all gallium drivers to the list</li> 104 <li>travis: use both cores for make/make check</li> 105 <li>travis: bring the scons build on par with AppVeyor</li> 106 <li>travis: explicitly LD_LIBRARY_PATH the local libraries</li> 107 <li>travis: enable apt cache</li> 108 <li>travis: automatically manage ccache caching</li> 109 <li>travis: remove unused -dev packages</li> [all …]
|
/external/jacoco/ |
D | .travis.sh | 5 # Prevent accidental execution outside of Travis: 6 if [ -z "${TRAVIS+false}" ] 8 echo "TRAVIS environment variable is not set" 69 # Do not use "~/.mavenrc" set by Travis (https://github.com/travis-ci/travis-ci/issues/3893), 81 …deploy -DdeployAtEnd -Djdk.version=1.5 --toolchains=./.travis/toolchains.xml --settings=./.travis/… 82 python ./.travis/trigger-site-deployment.py 84 mvn -V -B -e verify -Djdk.version=1.5 --toolchains=./.travis/toolchains.xml 88 …mvn -V -B -e verify -Djdk.version=1.6 -Dbytecode.version=1.6 --toolchains=./.travis/travis-toolcha…
|
/external/fonttools/ |
D | .travis.yml | 33 # required to run python3.7 on Travis CI 34 # https://github.com/travis-ci/travis-ci/issues/9815 52 - PYENV_ROOT=$HOME/.travis-pyenv 56 # https://blog.travis-ci.com/2013-11-27-fast-finishing-builds 72 - source ./.travis/before_install.sh 75 - ./.travis/install.sh 78 - ./.travis/run.sh 81 - ./.travis/after_success.sh
|
/external/protobuf/ |
D | tests.sh | 4 # used by both Jenkins and Travis, though some specialized logic is required to 8 if [ "$TRAVIS" == "true" ]; then 21 if [[ $(uname -s) == "Linux" && "$TRAVIS" == "true" ]]; then 57 if [ "$TRAVIS" == "true" ]; then 103 if [ "$TRAVIS" == "true" ]; then 114 if [ "$TRAVIS" != "true" ]; then 180 if [ "$TRAVIS" != "true" ]; then 202 # http://docs.travis-ci.com/user/osx-ci-environment/ 213 # Always use -reporter plain to avoid escape codes in output (makes travis 288 cd ruby && bash travis-test.sh ruby-1.9 && cd .. [all …]
|
D | .travis.yml | 2 # Note: travis currently does not support listing more than one language so 49 # Requires installing mono, currently travis.sh is doing that with apt-get 53 # Requires installing golang, currently travis.sh is doing that with apt-get 78 # travis updated their images to include 0.2.8: 79 # https://blog.travis-ci.com/2016-03-23-xcode-image-updates
|
/external/flatbuffers/ |
D | .travis.yml | 8 # Travis machines have 2 cores 20 - ./conan/travis/install.sh 22 - ./conan/travis/build.sh 29 - ./conan/travis/install.sh 31 - ./conan/travis/build.sh 47 # script: .travis/deploy-python.sh 56 # script: .travis/deploy-python.sh 69 - bash .travis/build-and-run-docker-test-containers.sh 92 - bash .travis/check-sources.sh 102 - bash .travis/check-generate-code.sh [all …]
|
/external/opencensus-java/contrib/monitored_resource_util/ |
D | README.md | 2 [![Build Status][travis-image]][travis-url] 29 [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master 30 [travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
|
/external/opencensus-java/contrib/exemplar_util/ |
D | README.md | 3 [![Build Status][travis-image]][travis-url] 30 [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master 31 [travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
|
/external/opencensus-java/contrib/appengine_standard_util/ |
D | README.md | 2 [![Build Status][travis-image]][travis-url] 29 [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master 30 [travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
|
/external/opencensus-java/contrib/grpc_util/ |
D | README.md | 2 [![Build Status][travis-image]][travis-url] 29 [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master 30 [travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
|
/external/googletest/ |
D | .travis.yml | 2 # https://docs.travis-ci.com/user/customizing-the-build/ 4 # http://lint.travis-ci.org/ 61 script: ./ci/travis.sh 66 # List of whitelisted in travis packages for ubuntu-precise can be found here: 67 # https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise 68 # List of whitelisted in travis apt-sources: 69 # https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json
|
/external/opencensus-java/contrib/http_util/ |
D | README.md | 2 [![Build Status][travis-image]][travis-url] 35 [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master 36 [travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
|
/external/google-fruit/ |
D | CONTRIBUTING.md | 22 Both build systems are tested in Travis CI (see below). 38 Fruit uses Travis CI for continuous integration. You can see the latest CI runs in Travis CI 39 [here](https://travis-ci.org/google/fruit/builds). The CI configuration is defined in 40 `extras/scripts/travis_yml_generator.py`, that generates a `.travis.yml` file (which must also be c… 41 way Travis CI is configured). 43 When editing the `travis_yml_generator.py` script you should also update the `.travis.yml` file (in… 48 extras/scripts/travis_yml_generator.py >.travis.yml 51 Fruit tests run in Travis CI in various configurations/environments, notably: 65 If a test fails in Travis CI in some configuration, look at the beginning of the Travis CI Job log … 94 The default number of jobs (used in Travis CI) is 2. [all …]
|
/external/python/rsa/ |
D | .travis.yml | 5 # See: https://github.com/travis-ci/travis-ci/issues/3024 7 # Python 3.7 is not yet supported by Travis CI. 8 # See: https://github.com/travis-ci/travis-ci/issues/9815
|
/external/opencensus-java/exporters/trace/logging/ |
D | README.md | 2 [![Build Status][travis-image]][travis-url] 52 [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master 53 [travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
|
/external/dagger2/util/ |
D | generate-latest-docs.sh | 1 # see http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ for… 15 git config --global user.email "travis@travis-ci.org" 16 git config --global user.name "travis-ci" 21 …git commit -m "Lastest javadoc on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to gh-p…
|
/external/opencensus-java/contrib/spring_sleuth_v1x/ |
D | README.md | 2 [![Build Status][travis-image]][travis-url] 45 [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master 46 [travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
|
/external/opencensus-java/exporters/trace/instana/ |
D | README.md | 2 [![Build Status][travis-image]][travis-url] 68 [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master 69 [travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
|
/external/guice/util/ |
D | generate-latest-docs.sh | 1 # see http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ for… 16 git config --global user.email "travis@travis-ci.org" 17 git config --global user.name "travis-ci" 26 …git commit -m "Latest javadoc & api-diffs on successful travis build $TRAVIS_BUILD_NUMBER auto-pus…
|
/external/opencensus-java/exporters/trace/zipkin/ |
D | README.md | 2 [![Build Status][travis-image]][travis-url] 77 [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master 78 [travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
|
/external/opencensus-java/exporters/trace/jaeger/ |
D | README.md | 2 [![Build Status][travis-image]][travis-url] 85 [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master 86 [travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
|
/external/opencensus-java/contrib/zpages/ |
D | README.md | 2 [![Build Status][travis-image]][travis-url] 91 [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master 92 [travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
|
/external/brotli/ |
D | .travis.yml | 201 ## If we use the matrix to set CC/CXX Travis, overwrites the values, 203 ## here (after Travis has set CC/CXX). 207 - scripts/.travis.sh before_install 209 - scripts/.travis.sh install 211 - scripts/.travis.sh script 213 - scripts/.travis.sh after_success 216 - scripts/.travis.sh before_deploy
|
/external/perfetto/infra/perfetto-ci.appspot.com/static/ |
D | script.js | 38 fetch('https://api.travis-ci.org/jobs/' + jobId) 41 throw 'Unable to make request to Travis'; 51 link.href = 'https://travis-ci.org/' + REPO + '/jobs/' + jobId; 72 fetch('https://api.travis-ci.org/repos/' + REPO + '/branches/' + branch) 75 throw 'Unable to make request to Travis'; 121 throw 'Unable to make request to Travis'; 154 // Fetch the CLs and the corresponding status for the Travis jobs.
|
/external/scapy/.travis/ |
D | test.sh | 31 # IPv6 is not available yet on travis 40 # cryptography requires PyPy >= 2.6, Travis CI uses 2.5.0 59 # cryptography with Python 3 < 3.4 requires 3.3.7, Travis provides 3.3.6 64 ## /Users/travis/Library/Python/2.7/bin: pip when non-root on osx 65 for _path in /sbin /usr/sbin /usr/local/sbin /Users/travis/Library/Python/2.7/bin; do 120 PYTHON="$PYTHON" $SCAPY_SUDO ./run_tests -c ./configs/travis.utsc -T "bpf.uts" -T "mock_windows.uts…
|
12345678910>>...14