This commit is contained in:
parent
4c3334ee17
commit
876710606c
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ 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 sccache
|
- apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev libudev-dev libudev1 sccache
|
||||||
- sccache --start-server
|
- sccache --start-server
|
||||||
|
- sccache --show-adv-stats
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
Loading…
Reference in a new issue