mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-12 23:45:56 +00:00
This commit is contained in:
parent
d04107e941
commit
6bb1c62d32
|
@ -4,14 +4,13 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: test
|
||||
image: rust:bullseye
|
||||
pull: always
|
||||
image: rust
|
||||
commands:
|
||||
- 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 libxcb-xfixes0-dev libwayland-dev libxkbcommon-dev libvulkan-dev libpulse-dev
|
||||
- cargo fmt --check
|
||||
- cargo test --no-default-features
|
||||
- cargo test
|
||||
- cargo clippy
|
||||
- name: release
|
||||
image: rust
|
||||
|
|
Loading…
Reference in New Issue
Block a user