A very simple Stopwatch for the command line
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
516 B

workspace:
base: /code
path: src
pipeline:
release:
image: rust:1.32
commands:
- cargo build --release
when:
event: tag
test:
image: rust:1.32
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