mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
9 lines
281 B
YAML
9 lines
281 B
YAML
language: generic
|
|
sudo: required
|
|
install:
|
|
- curl https://sh.rustup.rs -sSf > rustup; chmod +x rustup; ./rustup --default-toolchain nightly -y
|
|
- export PATH="$HOME/.cargo/bin:$PATH"; ./setup.sh
|
|
script: export PATH="$HOME/.cargo/bin:$PATH"; ./ci.sh
|
|
notifications:
|
|
email: false
|