ok-ready-go/.drone.yml
Dorian Zedler ec818f000c
Some checks failed
continuous-integration/drone/push Build is failing
Fix: pipeline syntax
2023-02-16 12:09:56 +01:00

16 lines
275 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:
- cargo build --release --target x86_64-pc-windows-msvc
trigger:
branch:
- main