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