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