Update CI since build environment doesn't run a newer speech-dispatcher.

This commit is contained in:
Nolan Darilek 2022-03-10 13:13:19 -06:00
parent be9e4592ec
commit 0ba2937a8a
1 changed files with 2 additions and 4 deletions

View File

@ -11,15 +11,13 @@ before_script:
test:
stage: test
script:
- cargo test
- cargo test --no-default-features
publish:
stage: publish
script:
- cargo login $CARGO_TOKEN
- cargo package --manifest-path speech-dispatcher-sys/Cargo.toml
- cargo publish --manifest-path speech-dispatcher-sys/Cargo.toml || true
- cargo package --manifest-path speech-dispatcher/Cargo.toml
- cargo publish --manifest-path speech-dispatcher/Cargo.toml
- cargo publish --no-default-features --manifest-path speech-dispatcher/Cargo.toml
only:
- tags