mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-23 06:49:38 +00:00
Remove GitLab CI configuration.
This commit is contained in:
parent
6d88533715
commit
843bf876c1
|
@ -1,26 +0,0 @@
|
||||||
image: rust
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- test
|
|
||||||
- publish
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- apt-get update
|
|
||||||
- apt-get install -y libclang-3.9-dev libspeechd-dev
|
|
||||||
- export CPATH=/usr/lib/llvm-3.9/lib/clang/3.9.1/include/
|
|
||||||
|
|
||||||
test:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- cargo build
|
|
||||||
- rustup target add wasm32-unknown-unknown
|
|
||||||
- cargo build --target wasm32-unknown-unknown
|
|
||||||
|
|
||||||
publish:
|
|
||||||
stage: publish
|
|
||||||
script:
|
|
||||||
- cargo login $CARGO_TOKEN
|
|
||||||
- cargo package
|
|
||||||
- cargo publish
|
|
||||||
only:
|
|
||||||
- tags
|
|
Loading…
Reference in New Issue
Block a user