mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 05:21:31 +11:00
Add rust-ci docs
This commit is contained in:
parent
7bb4e4f9ae
commit
2e41d25cb5
|
@ -1,5 +1,12 @@
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- secure: boFR5celiSVXC9tFkrsYwWBl5Eoli5jAVnCZvqJGuUe988k9TT0gq+bdslhjAuMNC7u7x26JB8Nhtx1KBfws4Vr/gzsRDQBU5TINhgZcP6DbxfNJ3YRnCmL5EAs/UgN9/QSZEILeKS3HGw3pVWjeBZ4ncJBgxfwAL0lBeefz4NA=
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- curl http://www.rust-lang.org/rustup.sh | sudo sh -
|
- curl http://www.rust-lang.org/rustup.sh | sudo sh -
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo build
|
- cargo build
|
||||||
|
|
||||||
|
after_script:
|
||||||
|
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
||||||
|
|
Loading…
Reference in a new issue