1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-05-10 08:30:42 +00:00
This commit is contained in:
Dominic 2019-10-20 17:42:33 +02:00
parent 11aa24f6ce
commit 78be60b1a4
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
12 changed files with 29 additions and 5 deletions

View file

@ -37,3 +37,18 @@ readme:
script:
- cargo readme -r gotham_restful -t ../README.tpl >README.md.new
- diff README.md README.md.new
publish:
stage: publish
image: msrd0/rust:alpine
before_script:
- cargo -V
- cargo login $CRATES_IO_TOKEN
script:
- cd gotham_restful_derive
- cargo publish
- cd ../gotham_restful
- cargo publish
- cd ..
only:
- tags