代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/xi-editor 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
env:
CARGO_HOME: /tmp/cargo
task:
matrix:
- install_cmake_script: apt-get update && apt-get install -y cmake
matrix:
- name: test (linux)
container:
image: rust:latest
cpu: 4
memory: 8G
rustfmt_script: rustup component add rustfmt-preview && cd rust && cargo fmt --all -- --check
clippy_script: rustup component add clippy-preview && cd rust && cargo clippy --all -- -D warnings
- name: test (linux nightly)
allow_failures: true
container:
image: rustlang/rust:nightly
cpu: 4
memory: 8G
- osx_instance:
image: high-sierra-xcode-9.4.1
env:
PATH: $PATH:$CARGO_HOME/bin
install_cmake_script: brew install cmake || brew upgrade cmake
matrix:
- name: test (macOS)
install_rust_script: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
rustfmt_script: rustup component add rustfmt-preview && cd rust && cargo fmt --all -- --check
clippy_script: rustup component add clippy-preview && cd rust && cargo clippy --all -- -D warnings
- name: test (macOS nightly)
allow_failures: true
install_rust_script: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
cargo_cache:
folder: $CARGO_HOME/registry
fingerprint_script: cat rust/Cargo.lock
build_script: cd rust && cargo build --verbose --all --jobs 4
test_script:
- cd rust
- cargo test --verbose --all --jobs 4
before_cache_script: rm -rf $CARGO_HOME/registry/index
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。