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:20:16 +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
|