|
|
|
@ -11,15 +11,13 @@ before_script:
@@ -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 |
|
|
|
|