drone
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
Justine Pelletreau 2023-07-14 00:30:26 +02:00
parent 4c28056b4f
commit 4f2e1a0411

View File

@ -3,7 +3,16 @@ type: docker
name: default
steps:
- name: test
- name: build
image: rust:latest
commands:
- cargo build --verbose --all
- cargo build --release
- name: create-release
image: plugins/gitea-release:latest
settings:
api_key:
from_secret: gitea_api
repo: Rust/Portnut
files:
- ./target/release/portnut