CI: test
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dorian Zedler 2023-02-17 20:44:31 +01:00
parent 9b117fc124
commit 3f9d934240
Signed by: dorian
GPG Key ID: 989DE36109AFA354
2 changed files with 5 additions and 5 deletions

View File

@ -10,8 +10,9 @@ steps:
RUSTFLAGS: '-C target-feature=+crt-static'
commands:
- whoami
- 'Get-ChildItem Env:'
- cd receiver
- 'C:\Users\drone\.cargo\bin\cargo.exe build --release --target x86_64-pc-windows-msvc'
- 'C:\Users\drone\.cargo\bin\cargo.exe build --release --target x86_64-pc-windows-msvc --profile default'
- name: sign
commands:
@ -25,9 +26,9 @@ steps:
from_secret: gitea-token
commands:
- 'C:\Program` Files\Git\mingw64\bin\curl.exe --user $${env:GITEA_USER}:$${env:GITEA_TOKEN} --upload-file receiver/target/x86_64-pc-windows-msvc/release/receiver.exe https://itsblue.dev/api/packages/dorian/generic/ok-ready-go/$${env:DRONE_COMMIT_SHA}/receiver-windows.exe'
trigger:
ref:
- refs/tags/v*
#trigger:
# ref:
# - refs/tags/v*
---

View File

@ -8,7 +8,6 @@ repository = "https://itsblue.dev/dorian/ok-ready-go"
homepage = "https://ok-ready-go.speedclimbing.org/"
readme = "README.md"
license = "AGPL-3.0-only"
license-file = "LICENSE"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html