ok-ready-go/.drone.yml
Dorian Zedler 1b26bc0be6
Some checks reported errors
continuous-integration/drone/push Build was killed
Feat: print user info
2023-02-16 12:33:03 +01:00

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