ok-ready-go/.drone.yml
Dorian Zedler 27ee614720
Some checks failed
continuous-integration/drone/push Build is failing
Chore: remove rustup step
2023-02-16 12:24:32 +01:00

17 lines
No EOL
329 B
YAML

kind: pipeline
type: exec
name: build-receiver-windows
platform:
os: windows
arch: amd64
steps:
- name: test
environment:
RUSTFLAGS: '-C target-feature=+crt-static'
commands:
- cd receiver
- C:\Users\doria\.cargo\bin\cargo.exe build --release --target stabe-x86_64-pc-windows-msvc
trigger:
branch:
- main