2 Star 0 Fork 0

mirrors_sfackler/async-compression

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
Wim Looman 提交于 2019-11-06 20:39 . Update CI for feature rearrangement
language: rust
rust:
- stable
- beta
- nightly
script:
- cargo test --all-features
matrix:
include:
- os: osx
- name: cargo audit
cache: cargo
rust: nightly
install:
- cargo install -Z install-upgrade cargo-audit
script:
- cargo generate-lockfile -Z minimal-versions
- cargo audit
- cargo update
- cargo audit
- name: cargo check --features
script:
# Need to remove dev-dependencies so that they don't affect feature resolution
- cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml
# A somewhat arbitrary selection of features to check
- cargo check
- cargo check --features brotli,deflate,gzip,zlib,zstd,stream
- cargo check --features brotli,deflate,gzip,zlib,zstd,bufread
- cargo check --features brotli,bufread,stream
- cargo check --features zstd,bufread,stream
- cargo check --features all
- name: docs.rs
rust: nightly
script:
- RUSTDOCFLAGS='--cfg=docsrs -Dwarnings' cargo doc --no-default-features --no-deps
- RUSTDOCFLAGS='--cfg=docsrs -Dwarnings' cargo doc --all-features --no-deps
- name: cargo fmt
install:
- rustup component add rustfmt
script:
- cargo fmt -- --check
- name: cargo clippy
install:
- rustup component add clippy
script:
- cargo clippy --all-targets --all-features -- -D warnings
branches:
only: [staging, trying, master]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_sfackler/async-compression.git
[email protected]:mirrors_sfackler/async-compression.git
mirrors_sfackler
async-compression
async-compression
master

搜索帮助