Should now build with default features.

master
Nolan Darilek 2 years ago
parent d6f9043e60
commit a50a6a4bdd

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

Loading…
Cancel
Save