shtola

ssg in rust
git clone https://tilde.team/~marisa/repo/shtola.git
Log | Files | Refs | LICENSE

commit af8a1276853db91a6eac63e11185775838e38f91
parent 0c555f689b84aada848c52c33c6c1997dbd1406b
Author: marisa <mokou@posteo.de>
Date:   Sat,  9 Nov 2019 17:49:52 +0100

Add Drone config

Diffstat:
A.drone.yml | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/.drone.yml b/.drone.yml @@ -0,0 +1,16 @@ +--- +kind: pipeline +type: docker +name: default + +steps: + - name: test ware + image: rust:alpine + commands: + - cargo install cargo-tarpaulin + - cd ware + - cargo test + - cargo tarpaulin --coveralls ${COVERALLS} + environment: + COVERALLS: + from_secret: coveralls_id