[ci skip] try a static build

This commit is contained in:
gwenn 2020-02-18 21:17:37 +01:00
parent 4b10acad2b
commit 39b49391cd

View File

@ -33,5 +33,10 @@ jobs:
toolchain: stable
override: true
- run: cargo build --features bundled
- run: RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build --features bundled
- run: cargo test --features bundled
- name: Static build
if: matrix.os == 'windows-latest'
shell: cmd
run: |
set RUSTFLAGS=-Ctarget-feature=+crt-static
cargo build --features bundled