1
0
镜像自地址 https://github.com/bspeice/aeron-rs 已同步 2025-07-12 03:04:50 -04:00

Add Travis build file

Should work?
这个提交包含在:
2019-09-19 22:33:59 -04:00
父节点 0a1e3d689a
当前提交 e6ae0ad1c5

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