Browse Source

Add drone config

master
Schneider 5 years ago
parent
commit
5b8c439241
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 25
      .drone.yml
  2. 5
      README.md

25
.drone.yml

@ -0,0 +1,25 @@
workspace:
base: /code
path: src
pipeline:
release:
image: rust:latest
commands:
- cargo build --release
when:
event: tag
test:
commands:
- cargo test
when:
branch: master
gitea_release:
image: plugins/gitea-release
secrets: [ gitea_token ]
base_url: https://git.schneider-hosting.de/
files: target/release/stopwatch
when:
event: tag

5
README.md

@ -0,0 +1,5 @@
# stopwatch
A very simple Stopwatch for the command line
Loading…
Cancel
Save