Home
last modified time | relevance | path

Searched full:travis (Results 1 – 25 of 194) sorted by relevance

12345678

/third_party/mesa3d/docs/relnotes/
D17.0.6.rst46 - travis: replace Trusty-based LLVM toolchain apt-get with apt addon
47 - travis: add the possibility of using the txc-dxtn library
80 - travis: correct libdrm required regex to also track libdrm itself
81 - travis: add nearly all gallium drivers to the list
82 - travis: use both cores for make/make check
83 - travis: bring the scons build on par with AppVeyor
84 - travis: explicitly LD_LIBRARY_PATH the local libraries
85 - travis: enable apt cache
86 - travis: automatically manage ccache caching
87 - travis: remove unused -dev packages
[all …]
/third_party/rust/crates/lazycell/
D.travis.yml3 # necessary for `travis-cargo coveralls --no-sudo`
24 # load travis-cargo
25 - pip install 'travis-cargo<0.2' --user
29 - travis-cargo build
30 - travis-cargo test
31 - travis-cargo bench
32 - travis-cargo --only stable doc
36 - travis-cargo --only stable doc-upload
39 # speed. <https://github.com/huonw/travis-cargo/issues/12>)
40 - travis-cargo coveralls --no-sudo --verify
DREADME.md6 …https://travis-ci.org/indiv0/lazycell" title="Travis Build Status"><img src="https://travis-ci.org…
/third_party/libphonenumber/
D.travis.yml5 # Travis image.
9 # Invoke the "travis" profile during Maven steps; see <profile> in pom.xml
12 # Travis, without the profile flag. Here we customize the install phase to use
13 # the relevant profile. If we want to build "cpp-build" with Travis CI it's safe
15 - mvn install -P travis -DskipTests=true -Dmaven.javadoc.skip=true -B -V
17 - mvn -P travis test
/third_party/jerryscript/
D.travis.yml16 …- tools/run-tests.py --check-signed-off=travis --check-doxygen --check-vera --check-license --chec…
101 # "travis encrypt" command using the project repo's public key.
127 install: make -f ./targets/mbedos5/Makefile.travis install
128 script: make -f ./targets/mbedos5/Makefile.travis script
133 install: make -f ./targets/zephyr/Makefile.travis install-noapt
134 script: make -f ./targets/zephyr/Makefile.travis script
140 install: make -f targets/nuttx-stm32f4/Makefile.travis install-noapt
141 script: make -f targets/nuttx-stm32f4/Makefile.travis script
147 install: make -f ./targets/riot-stm32f4/Makefile.travis install-noapt
148 script: make -f ./targets/riot-stm32f4/Makefile.travis script
[all …]
/third_party/libbpf/ci/managers/
Dtravis_wait.bash1 # This was borrowed from https://github.com/travis-ci/travis-build/tree/master/lib/travis/build/bash
2 # to get around https://github.com/travis-ci/travis-ci/issues/9979. It should probably be removed
3 # as soon as Travis CI has started to provide an easy way to export the functions to bash scripts.
/third_party/jerryscript/tools/
Dcheck-signed-off.sh20 echo "Usage: $0 [--help] [--tolerant] [--travis]"
34 echo " --travis perform check in tolerant mode if on Travis CI and not"
55 elif [ "$1" == "--travis" ]
59 echo -e "\e[1;33mWarning! Travis-tolerant mode requested but not running on Travis CI! \e[0m"
/third_party/skia/third_party/externals/brotli/
D.travis.yml204 ## If we use the matrix to set CC/CXX Travis, overwrites the values,
206 ## here (after Travis has set CC/CXX).
210 - scripts/.travis.sh before_install
212 - scripts/.travis.sh install
214 - scripts/.travis.sh script
216 - scripts/.travis.sh after_success
219 - scripts/.travis.sh before_deploy
/third_party/libwebsockets/READMEs/
DREADME.ci.md4 should be exercised in CI (at least Travis).
20 `.travis.yml` maps the various test activities to CMake options needed.
22 ### including dependent packages into travis
/third_party/python/
D.travis.yml168 # Travis provides only 2 cores, so don't overdo the parallelism and waste memory.
190 …- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./python Tools/scripts/patchcheck.py --travis $TRAVI…
204 # IRC channel whenever they fail a build. This can be removed when travis
205 # implements https://github.com/travis-ci/travis-ci/issues/1094.
215 …# https://python.zulipchat.com/api/v1/external/travis?api_key=<api-key-redacted>&stream=core%2Ftes…
/third_party/glslang/.github/workflows/
Dcontinuous_integration.yml1 # NOTE: This workflow was ported from Travis.
2 # Travis was using Ubuntu 14.04. Ubuntu 14.04 is not supportted by GitHub workflows. Ubuntu 20.04 i…
3 # Travis was using Clang 3.6. The earliest version support by Ubuntu 20.04 is Clang 6.0.
4 # Travis was caching the clang package. APT package caching is not natively supported by GitHub act…
5 # Travis was using Mac OS X 10.13.6 / Xcode 9.4.1 / LLVM 9.1.0
Dcontinuous_deployment.yml1 # NOTE: This workflow was ported from Travis.
2 # Travis was using Ubuntu 14.04. Ubuntu 14.04 is not supportted by GitHub workflows. Ubuntu 20.04 i…
3 # Travis was using Clang 3.6. The earliest version support by Ubuntu 20.04 is Clang 6.0.
4 # Travis was caching the clang package. APT package caching is not natively supported by GitHub act…
5 # Travis was using Mac OS X 10.13.6 / Xcode 9.4.1 / LLVM 9.1.0
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
Dlibuv.c48 #if (UV_VERSION_MAJOR > 0) // Travis... in foreign_event_loop_init_and_run_libuv()
55 #if (UV_VERSION_MAJOR > 0) // Travis... in foreign_event_loop_init_and_run_libuv()
81 #if (UV_VERSION_MAJOR > 0) // Travis... in foreign_event_loop_cleanup_libuv()
/third_party/libbpf/
D.travis.yml12 - CI_ROOT="$REPO_ROOT/travis-ci"
30 # in Travis CI, pull requests made from forks can't access encrypted
32 # See: https://docs.travis-ci.com/user/pull-requests#pull-requests-and-security-restrictions
114 # Encrypted using `travis encrypt --repo libbpf/libbpf COVERITY_SCAN_TOKEN=xxx`
/third_party/alsa-lib/
D.travis.yml4 - sed 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.travis
5 - bash gitcompile.travis
/third_party/rust/rust/src/tools/clippy/book/src/continuous_integration/
Dtravis.md1 # Travis CI
3 You can add Clippy to Travis CI in the same way you use it locally:
/third_party/benchmark/
Ddependencies.md12 _Note, [travis](.travis.yml) runs under Ubuntu 14.04 (Trusty) for linux builds._
/third_party/rust/crates/lazy-static.rs/
DREADME.md11 [![Travis-CI Status](https://travis-ci.com/rust-lang-nursery/lazy-static.rs.svg?branch=master)](htt…
D.travis.yml24 - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
28 - travis-cargo --only nightly doc-upload
DCargo.toml15 exclude = ["/.travis.yml", "/appveyor.yml"]
29 travis-ci = { repository = "rust-lang-nursery/lazy-static.rs" }
/third_party/libfuse/
D.travis.yml26 install: test/travis-install.sh
27 script: test/travis-build.sh
/third_party/rust/crates/atty/
DCargo.toml12 exclude = ["/.travis.yml", "/appveyor.yml"]
15 travis-ci = { repository = "softprops/atty" }
/third_party/mbedtls/tests/scripts/
Dtravis-log-failure.sh3 # travis-log-failure.sh
11 # This script is used to make the logs show up in the Travis test results.
/third_party/tex-hyphen/hyph-utf8/
DREADME.md1 [![Build Status](https://travis-ci.com/hyphenation/tex-hyphen.svg?branch=master)](https://travis-ci…
/third_party/rust/crates/pin-utils/
DREADME.md5 [![Build Status](https://travis-ci.com/rust-lang-nursery/pin-utils.svg?branch=master)](https://trav…

12345678