mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-23 18:25:56 +00:00
This commit is contained in:
parent
d04107e941
commit
6bb1c62d32
|
@ -4,14 +4,13 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: rust:bullseye
|
image: rust
|
||||||
pull: always
|
|
||||||
commands:
|
commands:
|
||||||
- rustup component add clippy rustfmt
|
- rustup component add clippy rustfmt
|
||||||
- apt-get update -qq
|
- apt-get update -qq
|
||||||
- apt-get install -qqy llvm-dev libclang-dev clang libspeechd-dev pkg-config libx11-dev libasound2-dev libudev-dev libxcb-xfixes0-dev libwayland-dev libxkbcommon-dev libvulkan-dev libpulse-dev
|
- apt-get install -qqy llvm-dev libclang-dev clang libspeechd-dev pkg-config libx11-dev libasound2-dev libudev-dev libxcb-xfixes0-dev libwayland-dev libxkbcommon-dev libvulkan-dev libpulse-dev
|
||||||
- cargo fmt --check
|
- cargo fmt --check
|
||||||
- cargo test --no-default-features
|
- cargo test
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
- name: release
|
- name: release
|
||||||
image: rust
|
image: rust
|
||||||
|
|
Loading…
Reference in New Issue
Block a user