kind: pipeline type: exec name: build-receiver-windows platform: os: windows arch: 386 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