mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 15:28:40 +08:00
41e82c8d49
For now, we will do this find/xargs stuff, until https://github.com/azerupi/mdBook/issues/69 happens
12 lines
140 B
YAML
12 lines
140 B
YAML
sudo: false
|
|
language: rust
|
|
|
|
rust:
|
|
- nightly
|
|
- beta
|
|
- stable
|
|
- 1.0.0
|
|
|
|
script:
|
|
- find . -name "*.md" | xargs -I{} rustdoc --test {}
|