This commit is contained in:
parent
36b7125e4d
commit
ec818f000c
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue