kind: pipeline type: exec name: build-receiver-windows platform: os: windows arch: amd64 steps: - name: test environment: RUSTFLAGS: '-C target-feature=+crt-static' commands: - /c/Users/doria/.cargo/bin/cargo.exe build --release --target x86_64-pc-windows-msvc trigger: branch: - main