镜像自地址
https://github.com/bspeice/aeron-rs
已同步 2025-07-12 03:04:50 -04:00
Add Travis build file
Should work?
这个提交包含在:
24
.travis.yml
普通文件
24
.travis.yml
普通文件
@ -0,0 +1,24 @@
|
||||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
- windows
|
||||
|
||||
cache:
|
||||
- cargo
|
||||
|
||||
script:
|
||||
- cd aeron_driver-sys
|
||||
- cargo test
|
||||
- cargo test --release
|
||||
- cargo test --features "static"
|
||||
|
||||
- cd ..
|
||||
- cargo test
|
||||
- cargo test --release
|
||||
- cargo fmt --all -- --check
|
||||
- cargo clippy --all
|
在新工单中引用
屏蔽一个用户