[ci skip] try a static build

This commit is contained in:
gwenn 2020-02-18 21:09:43 +01:00
parent 6010ed1618
commit 4b10acad2b

View File

@ -33,4 +33,5 @@ jobs:
toolchain: stable toolchain: stable
override: true override: true
- run: cargo build --features bundled - run: cargo build --features bundled
- run: RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build --features bundled
- run: cargo test --features bundled - run: cargo test --features bundled