mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
commit
0c650f040b
@ -1,8 +0,0 @@
|
||||
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
|
||||
@ -1,7 +1,6 @@
|
||||
# cookbook
|
||||
A collection of package recipes for Redox.
|
||||
|
||||
[](https://travis-ci.org/redox-os/cookbook)
|
||||
[](./LICENSE)
|
||||
|
||||
## Setup
|
||||
|
||||
Loading…
Reference in New Issue
Block a user