This commit is contained in:
parent
0f1bc4e41e
commit
23f24136fd
|
@ -7,6 +7,8 @@ steps:
|
||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
- rustup component add clippy rustfmt
|
- rustup component add clippy rustfmt
|
||||||
|
- apt-get update -qq
|
||||||
|
- apt-get install -qqy llvm-dev libclang-dev clang libspeechd-dev pkg-config libx11-dev libasound2-dev libudev-dev libopenal-dev libxcb-xfixes0-dev libwayland-dev libxkbcommon-dev libvulkan-dev
|
||||||
- cargo fmt --check
|
- cargo fmt --check
|
||||||
- cargo build --all
|
- cargo build --all
|
||||||
- cargo build --examples --all
|
- cargo build --examples --all
|
||||||
|
|
Loading…
Reference in New Issue
Block a user