ci: always release and less verbose

This commit is contained in:
Strix 2023-10-14 22:39:45 +02:00
parent b241856f78
commit 1c1116eb29
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -14,13 +14,13 @@ steps:
check: # check if the code compiles
image: rust
commands:
- cargo check --manifest-path bootpkg/Cargo.toml --verbose --all
- cargo check --manifest-path pkgr/Cargo.toml --verbose --all
- cargo check --release --manifest-path bootpkg/Cargo.toml --all
- cargo check --release --manifest-path pkgr/Cargo.toml --all
build:
image: rust
commands:
- cargo build --release --manifest-path bootpkg/Cargo.toml --verbose --all
- cargo build --release --manifest-path pkgr/Cargo.toml --verbose --all
- cargo build --release --manifest-path bootpkg/Cargo.toml --all
- cargo build --release --manifest-path pkgr/Cargo.toml --all
publish:
image: woodpeckerci/plugin-gitea-release
settings: