This commit is contained in:
parent
3b3c0eb3a9
commit
6ac75701e7
1 changed files with 0 additions and 10 deletions
10
.drone.yml
10
.drone.yml
|
@ -5,16 +5,6 @@ platform:
|
|||
os: windows
|
||||
arch: amd64
|
||||
steps:
|
||||
|
||||
- name: test
|
||||
environment:
|
||||
GITEA_USER:
|
||||
from_secret: gitea-user
|
||||
GITEA_TOKEN:
|
||||
from_secret: gitea-token
|
||||
commands:
|
||||
- '& "C:\Program Files\Git\mingw64\bin\curl.exe" --user $${env:GITEA_USER}:$${env:GITEA_TOKEN} --upload-file receiver/Cargo.toml https://itsblue.dev/api/packages/dorian/generic/ok-ready-go/$${env:DRONE_COMMIT_SHA}/Cargo.toml'
|
||||
|
||||
- name: build
|
||||
environment:
|
||||
RUSTFLAGS: '-C target-feature=+crt-static'
|
||||
|
|
Loading…
Reference in a new issue