Searched full:travis (Results 1 – 25 of 194) sorted by relevance
12345678
46 - travis: replace Trusty-based LLVM toolchain apt-get with apt addon47 - travis: add the possibility of using the txc-dxtn library80 - travis: correct libdrm required regex to also track libdrm itself81 - travis: add nearly all gallium drivers to the list82 - travis: use both cores for make/make check83 - travis: bring the scons build on par with AppVeyor84 - travis: explicitly LD_LIBRARY_PATH the local libraries85 - travis: enable apt cache86 - travis: automatically manage ccache caching87 - travis: remove unused -dev packages[all …]
3 # necessary for `travis-cargo coveralls --no-sudo`24 # load travis-cargo25 - pip install 'travis-cargo<0.2' --user29 - travis-cargo build30 - travis-cargo test31 - travis-cargo bench32 - travis-cargo --only stable doc36 - travis-cargo --only stable doc-upload39 # speed. <https://github.com/huonw/travis-cargo/issues/12>)40 - travis-cargo coveralls --no-sudo --verify
6 …https://travis-ci.org/indiv0/lazycell" title="Travis Build Status"><img src="https://travis-ci.org…
5 # Travis image.9 # Invoke the "travis" profile during Maven steps; see <profile> in pom.xml12 # Travis, without the profile flag. Here we customize the install phase to use13 # the relevant profile. If we want to build "cpp-build" with Travis CI it's safe15 - mvn install -P travis -DskipTests=true -Dmaven.javadoc.skip=true -B -V17 - mvn -P travis test
16 …- 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 install128 script: make -f ./targets/mbedos5/Makefile.travis script133 install: make -f ./targets/zephyr/Makefile.travis install-noapt134 script: make -f ./targets/zephyr/Makefile.travis script140 install: make -f targets/nuttx-stm32f4/Makefile.travis install-noapt141 script: make -f targets/nuttx-stm32f4/Makefile.travis script147 install: make -f ./targets/riot-stm32f4/Makefile.travis install-noapt148 script: make -f ./targets/riot-stm32f4/Makefile.travis script[all …]
1 # This was borrowed from https://github.com/travis-ci/travis-build/tree/master/lib/travis/build/bash2 # to get around https://github.com/travis-ci/travis-ci/issues/9979. It should probably be removed3 # as soon as Travis CI has started to provide an easy way to export the functions to bash scripts.
20 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"
204 ## 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_install212 - scripts/.travis.sh install214 - scripts/.travis.sh script216 - scripts/.travis.sh after_success219 - scripts/.travis.sh before_deploy
4 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
168 # 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 travis205 # 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…
1 # 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
48 #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()
12 - CI_ROOT="$REPO_ROOT/travis-ci"30 # in Travis CI, pull requests made from forks can't access encrypted32 # See: https://docs.travis-ci.com/user/pull-requests#pull-requests-and-security-restrictions114 # Encrypted using `travis encrypt --repo libbpf/libbpf COVERITY_SCAN_TOKEN=xxx`
4 - sed 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.travis5 - bash gitcompile.travis
1 # Travis CI3 You can add Clippy to Travis CI in the same way you use it locally:
12 _Note, [travis](.travis.yml) runs under Ubuntu 14.04 (Trusty) for linux builds._
11 [](htt…
24 - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH28 - travis-cargo --only nightly doc-upload
15 exclude = ["/.travis.yml", "/appveyor.yml"]29 travis-ci = { repository = "rust-lang-nursery/lazy-static.rs" }
26 install: test/travis-install.sh27 script: test/travis-build.sh
12 exclude = ["/.travis.yml", "/appveyor.yml"]15 travis-ci = { repository = "softprops/atty" }
3 # travis-log-failure.sh11 # This script is used to make the logs show up in the Travis test results.
1 [](https://travis-ci…
5 [](https://trav…