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
|
|
|
|
commands:
|
|
|
|
- RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target $(rustup show | head -n 1 | awk '{print $NF}')
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
branch:
|
|
|
|
- main
|