mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
13 lines
143 B
YAML
13 lines
143 B
YAML
|
sudo: false
|
||
|
language: rust
|
||
|
cache: cargo
|
||
|
|
||
|
rust:
|
||
|
- nightly
|
||
|
|
||
|
script:
|
||
|
- rustup component add rust-src
|
||
|
- ./prepare_libcore.sh
|
||
|
- ./build.sh
|
||
|
|