ok-ready-go/.drone.yml

19 lines
394 B
YAML
Raw Normal View History

2023-02-16 11:47:48 +01:00
kind: pipeline
type: exec
2023-02-16 11:58:04 +01:00
name: build-receiver-windows
2023-02-16 11:47:48 +01:00
platform:
os: windows
2023-02-16 11:58:32 +01:00
arch: amd64
2023-02-16 11:47:48 +01:00
steps:
- name: test
2023-02-16 12:09:56 +01:00
environment:
RUSTFLAGS: '-C target-feature=+crt-static'
2023-02-16 11:47:48 +01:00
commands:
2023-02-16 12:33:03 +01:00
- whoami
2023-02-16 12:23:58 +01:00
- cd receiver
2023-02-16 12:25:46 +01:00
- C:\Users\doria\.cargo\bin\rustup.exe default stable
2023-02-16 12:27:33 +01:00
- C:\Users\doria\.cargo\bin\cargo.exe build --release --target x86_64-pc-windows-msvc
2023-02-16 11:47:48 +01:00
trigger:
branch:
- main