diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index b7d3cae..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -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 diff --git a/speech-dispatcher-sys/Cargo.toml b/speech-dispatcher-sys/Cargo.toml index e811867..ae16a31 100644 --- a/speech-dispatcher-sys/Cargo.toml +++ b/speech-dispatcher-sys/Cargo.toml @@ -2,7 +2,7 @@ name = "speech-dispatcher-sys" version = "0.7.0" authors = ["Nolan Darilek "] -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" diff --git a/speech-dispatcher/Cargo.toml b/speech-dispatcher/Cargo.toml index e420e40..0bb628d 100644 --- a/speech-dispatcher/Cargo.toml +++ b/speech-dispatcher/Cargo.toml @@ -2,7 +2,7 @@ name = "speech-dispatcher" version = "0.16.0" authors = ["Nolan Darilek "] -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"