Merge pull request #635 from gwenn/actions

[ci skip] try a static build
This commit is contained in:
gwenn 2020-02-19 18:45:51 +01:00 committed by GitHub
commit 0acdb19a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,3 +34,9 @@ jobs:
override: true override: true
- run: cargo build --features bundled - run: cargo build --features bundled
- run: cargo test --features bundled - run: cargo test --features bundled
- name: Static build
if: matrix.platform.os == 'windows-latest'
shell: cmd
run: |
set RUSTFLAGS=-Ctarget-feature=+crt-static
cargo build --features bundled