Should now build with default features.
This commit is contained in:
parent
d6f9043e60
commit
a50a6a4bdd
|
@ -11,13 +11,13 @@ before_script:
|
|||
test:
|
||||
stage: test
|
||||
script:
|
||||
- cargo test --no-default-features
|
||||
- cargo test
|
||||
|
||||
publish:
|
||||
stage: publish
|
||||
script:
|
||||
- cargo login $CARGO_TOKEN
|
||||
- cargo publish --manifest-path speech-dispatcher-sys/Cargo.toml || true
|
||||
- cargo publish --no-default-features --manifest-path speech-dispatcher/Cargo.toml
|
||||
- cargo publish --manifest-path speech-dispatcher/Cargo.toml
|
||||
only:
|
||||
- tags
|
||||
|
|
Loading…
Reference in New Issue
Block a user