Searched +full:travis +full:- +full:cargo (Results 1 – 25 of 104) sorted by relevance
12345
/external/rust/crates/thread_local/ |
D | .travis.yml | 5 - nightly 6 - beta 7 - stable 8 - 1.36.0 11 - | 12 pip install 'travis-cargo<0.2' --user && 16 - travis-cargo build 17 - travis-cargo test 18 - travis-cargo bench -- --features criterion 20 # - travis-cargo --skip 1.36.0 bench -- --features criterion [all …]
|
/external/rust/crates/intrusive-collections/ |
D | .travis.yml | 6 - libcurl4-openssl-dev 7 - libelf-dev 8 - libdw-dev 9 - binutils-dev 12 - nightly 13 - beta 14 - stable 15 - 1.36.0 18 - | 19 pip install 'travis-cargo<0.2' --user && [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 24 - rustdoc --test README.md -L target/debug 27 - curl https://mvdnes.github.io/rust-docs/travis-doc-upload.sh | bash [all …]
|
/external/rust/crates/nom/ |
D | .travis.yml | 5 cache: cargo 8 - nightly 9 - beta 10 - stable 11 - 1.31.0 15 - FEATURES='--features "regexp regexp_macros"' 18 - eval git pull --rebase https://github.com/Geal/nom master 19 - eval git log --pretty=oneline HEAD~5..HEAD 23 - rust: nightly 24 env: FEATURES='--no-default-features' [all …]
|
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # When uploading crates to the registry Cargo will automatically 4 # "normalize" Cargo.toml files for maximal compatibility 5 # with all versions of Cargo and also rewrite `path` dependencies 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 18 include = ["CHANGELOG.md", "LICENSE", "README.md", ".gitignore", ".travis.yml", "Cargo.toml", "src/… 20 description = "A byte-oriented, zero-copy, parser combinators library" 23 keywords = ["parser", "parser-combinators", "parsing", "streaming", "bit"] 28 all-features = true [all …]
|
/external/rust/crates/glob/ |
D | .travis.yml | 3 - 1.23.0 4 - stable 5 - beta 6 - nightly 9 - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH 11 - cargo build --verbose 12 - cargo test --verbose 13 - cargo doc --no-deps 15 - travis-cargo --only nightly doc-upload
|
/external/rust/crates/bitflags/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # When uploading crates to the registry Cargo will automatically 4 # "normalize" Cargo.toml files for maximal compatibility 5 # with all versions of Cargo and also rewrite `path` dependencies 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 18 exclude = [".travis.yml", "appveyor.yml", "bors.toml"] 24 categories = ["no-std"] 25 license = "MIT/Apache-2.0" 33 [badges.travis-ci]
|
/external/rust/crates/unicode-xid/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # When uploading crates to the registry Cargo will automatically 4 # "normalize" Cargo.toml files for maximal compatibility 5 # with all versions of Cargo and also rewrite `path` dependencies 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 14 name = "unicode-xid" 17 exclude = ["/scripts/*", "/.travis.yml"] 19 homepage = "https://github.com/unicode-rs/unicode-xid" 20 documentation = "https://unicode-rs.github.io/unicode-xid" [all …]
|
/external/rust/crates/walkdir/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # When uploading crates to the registry Cargo will automatically 4 # "normalize" Cargo.toml files for maximal compatibility 5 # with all versions of Cargo and also rewrite `path` dependencies 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 18 exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"] 27 [dependencies.same-file] 29 [dev-dependencies.doc-comment] 35 [target."cfg(windows)".dependencies.winapi-util] [all …]
|
/external/rust/crates/atty/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # When uploading crates to the registry Cargo will automatically 4 # "normalize" Cargo.toml files for maximal compatibility 5 # with all versions of Cargo and also rewrite `path` dependencies 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 17 exclude = ["/.travis.yml", "/appveyor.yml"] 25 [target."cfg(target_os = \"hermit\")".dependencies.hermit-abi] 29 default-features = false 33 [badges.travis-ci]
|
D | README.md | 3 …travis-ci.org/softprops/atty.svg?branch=master)](https://travis-ci.org/softprops/atty) [![Build st… 10 Add the following to your `Cargo.toml` 41 $ cargo run --example atty 50 $ echo "test" | cargo run --example atty 59 $ cargo run --example atty | grep std 68 $ cargo run --example atty 2>&1 | grep std 74 Doug Tangren (softprops) 2015-2019
|
/external/rust/crates/lazy_static/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # When uploading crates to the registry Cargo will automatically 4 # "normalize" Cargo.toml files for maximal compatibility 5 # with all versions of Cargo and also rewrite `path` dependencies 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 17 exclude = ["/.travis.yml", "/appveyor.yml"] 22 categories = ["no-std", "rust-patterns", "memory-management"] 23 license = "MIT/Apache-2.0" 24 repository = "https://github.com/rust-lang-nursery/lazy-static.rs" [all …]
|
/external/rust/crates/csv/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # When uploading crates to the registry Cargo will automatically 4 # "normalize" Cargo.toml files for maximal compatibility 5 # with all versions of Cargo and also rewrite `path` dependencies 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 18 exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*"] 20 homepage = "https://github.com/BurntSushi/rust-csv" 24 categories = ["encoding", "parser-implementations"] 26 repository = "https://github.com/BurntSushi/rust-csv" [all …]
|
/external/rust/crates/regex-automata/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # When uploading crates to the registry Cargo will automatically 4 # "normalize" Cargo.toml files for maximal compatibility 5 # with all versions of Cargo and also rewrite `path` dependencies 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 14 name = "regex-automata" 17 exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug"] 21 homepage = "https://github.com/BurntSushi/regex-automata" 22 documentation = "https://docs.rs/regex-automata" [all …]
|
/external/rust/crates/uuid/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # When uploading crates to the registry Cargo will automatically 4 # "normalize" Cargo.toml files for maximal compatibility 5 # with all versions of Cargo and also rewrite `path` dependencies 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 18 exclude = [".github/**", ".travis.yml", "appveyor.yml", "bors.toml"] 20 homepage = "https://github.com/uuid-rs/uuid" 24 categories = ["data-structures", "no-std", "parser-implementations", "wasm"] 25 license = "Apache-2.0 OR MIT" [all …]
|
/external/rust/crates/chrono/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # When uploading crates to the registry Cargo will automatically 4 # "normalize" Cargo.toml files for maximal compatibility 5 # with all versions of Cargo and also rewrite `path` dependencies 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 17 exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml", "/Makefile"] 23 categories = ["date-and-time"] 24 license = "MIT/Apache-2.0" 38 required-features = ["__internal_bench"] [all …]
|
/external/rust/crates/criterion/ |
D | README.md | 3 <div align="center">Statistics-driven Microbenchmarking in Rust</div> 18 <a href="https://travis-ci.org/bheisler/criterion.rs"> 19 <img src="https://travis-ci.org/bheisler/criterion.rs.svg?branch=master" alt="Travis-CI"> 22 <a href="https://ci.appveyor.com/project/bheisler/criterion-rs-vt9fl"> 34 - [Table of Contents](#table-of-contents) 35 - [Features](#features) 36 - [Quickstart](#quickstart) 37 - [Goals](#goals) 38 - [Contributing](#contributing) 39 - [Compatibility Policy](#compatibility-policy) [all …]
|
/external/rust/crates/criterion/ci/ |
D | script.sh | 1 set -ex 8 cargo clippy --all -- -D warnings 10 cargo clean 11 cargo doc --features "$FEATURES" --all --no-deps 15 cp -r book/book/html/ target/doc/book/ 16 travis-cargo doc-upload || true 18 cargo fmt --all -- --check 20 rm Cargo.lock || true 21 cargo build -Z minimal-versions 23 export RUSTFLAGS="-D warnings" [all …]
|
/external/rust/crates/unicode-bidi/ |
D | .travis.yml | 7 - nightly 8 - beta 9 - stable 10 - 1.17.0 15 - rust: nightly 18 webhooks: http://build.servo.org:54856/travis 24 - RUST_BACKTRACE=full 27 - cargo build --verbose 28 - cargo doc --verbose --no-deps 30 - cargo test --verbose [all …]
|
/external/rust/crates/num_cpus/ |
D | .travis.yml | 8 cache: cargo 11 - if [ -z "$NO_ADD" ]; then rustup target add "$TARGET"; fi 14 - cargo build --verbose --target "$TARGET" 16 - if [ "$RUN" == "1" ]; then cargo test --verbose --target "$TARGET"; fi 20 # Travis CI servers make 2 cores available to processes via virtualization. 21 # See https://docs.travis-ci.com/user/reference/overview/ 22 - NUM_CPUS_TEST_GET=2 28 - name: Minimum Supported Rust Version 29 env: TARGET=x86_64-unknown-linux-gnu RUN=1 NO_ADD=1 31 # 32-bit requires multilib. [all …]
|
/external/rust/crates/unicode-normalization/ |
D | README.md | 1 # unicode-normalization 3 [![Build Status](https://travis-ci.org/unicode-rs/unicode-normalization.svg)](https://travis-ci.org… 4 [![Docs](https://docs.rs/unicode-normalization/badge.svg)](https://docs.rs/unicode-normalization/) 30 to your `Cargo.toml`: 34 unicode-normalization = "0.1.16" 39 …isabling the `std` feature, i.e. specifying `default-features = false` for this crate on your `Car…
|
/external/rust/crates/lazycell/ |
D | README.md | 6 …ttps://travis-ci.org/indiv0/lazycell" title="Travis Build Status"><img src="https://travis-ci.org/… 10 …loads"><img src="https://img.shields.io/crates/d/lazycell.svg" alt="cargo-downloads-badge"></img><… 11 …" title="API Docs"><img src="https://img.shields.io/badge/API-docs-blue.svg" alt="api-docs-badge">… 12 …itle="Crates.io"><img src="https://img.shields.io/crates/v/lazycell.svg" alt="crates-io"></img></a> 13 …f="#license" title="License: MIT/Apache-2.0"><img src="https://img.shields.io/crates/l/lazycell.sv… 14 …coveralls.io/repos/github/indiv0/lazycell/badge.svg?branch=master" alt="coveralls-badge"></img></a> 30 Add the following to your `Cargo.toml`: 43 See the [API docs][api-docs] for information on using the crate in your library. 56 for the project [crates.io][crates-io-repo]. 66 See [LICENSE-APACHE][license-apache], and [LICENSE-MIT][license-mit] for details. [all …]
|
/external/rust/crates/smallvec/ |
D | .travis.yml | 6 - binutils-dev 7 - libunwind8-dev 8 - libcurl4-openssl-dev 9 - libelf-dev 10 - libdw-dev 11 - cmake 12 - gcc 13 - libiberty-dev 16 - rust: 1.36.0 17 - rust: nightly [all …]
|
/external/rust/crates/ppv-lite86/ |
D | Cargo.toml | 1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 3 # When uploading crates to the registry Cargo will automatically 4 # "normalize" Cargo.toml files for maximal compatibility 5 # with all versions of Cargo and also rewrite `path` dependencies 9 # issue against the rust-lang/cargo repository. If you're 10 # editing this file be aware that the upstream Cargo.toml 15 name = "ppv-lite86" 18 description = "Implementation of the crypto-simd API for x86" 20 categories = ["cryptography", "no-std"] 21 license = "MIT/Apache-2.0" [all …]
|
/external/rust/crates/unicode-width/ |
D | .travis.yml | 5 - cargo build --verbose --features bench 6 - cargo test --verbose --features bench 7 - cargo bench --verbose --features bench 8 - cargo clean 9 - cargo build --verbose 10 - cargo test --verbose 13 - rm $(find /home/travis/.rustup -type f -name 'libunicode_width*') 14 - rustdoc --test README.md -L target/debug -L target/debug/deps 15 - cargo doc 19 echo '<meta http-equiv=refresh content=0;url=unicode_width/index.html>' > target/doc/index.html && [all …]
|
12345