mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
[ci skip] try a static build
This commit is contained in:
parent
4b10acad2b
commit
39b49391cd
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -33,5 +33,10 @@ 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
|
||||||
|
- name: Static build
|
||||||
|
if: matrix.os == 'windows-latest'
|
||||||
|
shell: cmd
|
||||||
|
run: |
|
||||||
|
set RUSTFLAGS=-Ctarget-feature=+crt-static
|
||||||
|
cargo build --features bundled
|
||||||
|
Loading…
Reference in New Issue
Block a user