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