Update repositories and remove Gitlab CI configuration.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
db43d95cf7
commit
1df00952e4
|
@ -1,23 +0,0 @@
|
|||
image: rust
|
||||
|
||||
stages:
|
||||
- test
|
||||
- publish
|
||||
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get install -y libspeechd-dev llvm-dev libclang-dev clang
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- cargo test --no-default-features --features 0_10
|
||||
|
||||
publish:
|
||||
stage: publish
|
||||
script:
|
||||
- cargo login $CARGO_TOKEN
|
||||
- cargo publish --no-default-features --features 0_10 --manifest-path speech-dispatcher-sys/Cargo.toml || true
|
||||
- cargo publish --no-default-features --features 0_10 --manifest-path speech-dispatcher/Cargo.toml
|
||||
only:
|
||||
- tags
|
|
@ -2,7 +2,7 @@
|
|||
name = "speech-dispatcher-sys"
|
||||
version = "0.7.0"
|
||||
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
||||
repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs"
|
||||
repository = "https://dev.thewordnerd.info/nolan/speech-dispatcher-rs"
|
||||
description = "speech-dispatcher system bindings"
|
||||
license = "LGPL-2.1 OR MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = "speech-dispatcher"
|
||||
version = "0.16.0"
|
||||
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
||||
repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs"
|
||||
repository = "https://dev.thewordnerd.info/nolan/speech-dispatcher-rs"
|
||||
description = "Rusty interface to the speech-dispatcher speech synthesis library"
|
||||
license = "LGPL-2.1 OR MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
|
|
Loading…
Reference in New Issue
Block a user