Update gitlab-ci
fix windows RUSTFLAGS
This commit is contained in:
parent
97cdc2b4ac
commit
cf67ed964e
@ -262,6 +262,7 @@ windows:
|
|||||||
- set LIB=C:\vs2015\VC\lib;C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10240.0\ucrt\x64
|
- set LIB=C:\vs2015\VC\lib;C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10240.0\ucrt\x64
|
||||||
- set RUST_BACKTRACE=1
|
- set RUST_BACKTRACE=1
|
||||||
- set RUSTFLAGS=-Zorbit=off
|
- set RUSTFLAGS=-Zorbit=off
|
||||||
|
- set RUSTFLAGS=-D warnings
|
||||||
- rustup default stable-x86_64-pc-windows-msvc
|
- rustup default stable-x86_64-pc-windows-msvc
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- cargo build --release --verbose
|
- cargo build --release --verbose
|
||||||
|
Loading…
Reference in New Issue
Block a user