chore: fix and enforce compiler warnings on CI

This commit is contained in:
Dmitry Bogatov
2019-07-30 07:58:28 +00:00
committed by Friedel Ziegelmayer
parent b44c7928f2
commit 73298c0273
4 changed files with 4 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ set -ex
export RUST_TEST_THREADS=1
export RUST_BACKTRACE=1
export RUSTFLAGS='--deny warnings'
export OPT="--target=$TARGET"
export OPT_RELEASE="--release ${OPT}"
export OPT_FFI_RELEASE="--manifest-path=deltachat-ffi/Cargo.toml --release"