Fix: pipeline syntax
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dorian Zedler 2023-02-16 12:09:56 +01:00
parent 36b7125e4d
commit ec818f000c
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -6,8 +6,10 @@ platform:
arch: amd64 arch: amd64
steps: steps:
- name: test - name: test
environment:
RUSTFLAGS: '-C target-feature=+crt-static'
commands: commands:
- RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target $(rustup show | head -n 1 | awk '{print $NF}') - cargo build --release --target x86_64-pc-windows-msvc
trigger: trigger:
branch: branch: