mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-05-10 08:30:42 +00:00
tidy up
This commit is contained in:
parent
11aa24f6ce
commit
78be60b1a4
12 changed files with 29 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue