This commit is contained in:
parent
35171fe013
commit
f530a28472
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,11 @@ steps:
|
||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
- apt-get -y update
|
- apt-get -y update
|
||||||
- apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev libudev-dev libudev1 sccache
|
- apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev libudev-dev libudev1
|
||||||
|
- wget https://github.com/mozilla/sccache/releases/download/v0.7.7/sccache-v0.7.7-x86_64-unknown-linux-musl.tar.gz
|
||||||
|
- tar xzf sccache-v0.2.15-x86_64-unknown-linux-musl.tar.gz
|
||||||
|
- mv sccache-v0.2.15-x86_64-unknown-linux-musl/sccache /usr/bin/sccache
|
||||||
|
- chmod +x /usr/bin/sccache
|
||||||
- sccache --start-server
|
- sccache --start-server
|
||||||
- sccache --show-stats
|
- sccache --show-stats
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
Loading…
Reference in a new issue