ok-ready-go/.drone.yml
Dorian Zedler 6a0cb26829
Some checks failed
continuous-integration/drone/push Build is failing
Fix: undo last lol
2023-02-16 12:25:46 +01:00

18 lines
No EOL
387 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\rustup.exe default stable
- C:\Users\doria\.cargo\bin\cargo.exe build --release --target stabe-x86_64-pc-windows-msvc
trigger:
branch:
- main