mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-15 22:11:23 +00:00
Remove some crufty AppVeyor configuration
The `crt-static` feature should be long since stable as well as incremental compilation.
This commit is contained in:
@ -1,8 +1,7 @@
|
|||||||
environment:
|
environment:
|
||||||
global:
|
global:
|
||||||
RUSTFLAGS: -Zunstable-options -Ctarget-feature=+crt-static
|
RUSTFLAGS: -Ctarget-feature=+crt-static
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
CARGO_INCREMENTAL: 0 # should turn this back on when fixed!
|
|
||||||
matrix:
|
matrix:
|
||||||
- TARGET: x86_64-pc-windows-msvc
|
- TARGET: x86_64-pc-windows-msvc
|
||||||
DEPLOY: 1
|
DEPLOY: 1
|
||||||
|
Reference in New Issue
Block a user