ok-ready-go/.drone.yml
Dorian Zedler 36b7125e4d
Some checks failed
continuous-integration/drone/push Build is failing
Fix: arch (again)
2023-02-16 11:58:32 +01:00

14 lines
No EOL
279 B
YAML

kind: pipeline
type: exec
name: build-receiver-windows
platform:
os: windows
arch: amd64
steps:
- name: test
commands:
- RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target $(rustup show | head -n 1 | awk '{print $NF}')
trigger:
branch:
- main