Update CI since build environment doesn't run a newer speech-dispatcher.
This commit is contained in:
parent
be9e4592ec
commit
0ba2937a8a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user