mirror of
https://github.com/bspeice/qadapt
synced 2024-11-21 21:38:10 -05:00
Disable some appveyor builds
Seems to fail for no reason whatsoever
This commit is contained in:
parent
0f45efca17
commit
d7c1369ee2
13
appveyor.yml
13
appveyor.yml
@ -1,14 +1,14 @@
|
|||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
# MinGW
|
# MinGW
|
||||||
- TARGET: i686-pc-windows-gnu
|
# - TARGET: i686-pc-windows-gnu
|
||||||
RUST_VERSION: nightly
|
# RUST_VERSION: nightly
|
||||||
- TARGET: x86_64-pc-windows-gnu
|
# - TARGET: x86_64-pc-windows-gnu
|
||||||
RUST_VERSION: nightly
|
# RUST_VERSION: nightly
|
||||||
|
|
||||||
# MSVC
|
# MSVC
|
||||||
- TARGET: i686-pc-windows-msvc
|
# - TARGET: i686-pc-windows-msvc
|
||||||
RUST_VERSION: nightly
|
# RUST_VERSION: nightly
|
||||||
- TARGET: x86_64-pc-windows-msvc
|
- TARGET: x86_64-pc-windows-msvc
|
||||||
RUST_VERSION: nightly
|
RUST_VERSION: nightly
|
||||||
|
|
||||||
@ -28,7 +28,6 @@ install:
|
|||||||
test_script:
|
test_script:
|
||||||
# If you need to run additional steps during testing, they should be placed
|
# If you need to run additional steps during testing, they should be placed
|
||||||
# inside this block
|
# inside this block
|
||||||
- set RUST_BACKTRACE=1
|
|
||||||
- if [%APPVEYOR_REPO_TAG%]==[false] (
|
- if [%APPVEYOR_REPO_TAG%]==[false] (
|
||||||
cargo test --target %TARGET% &&
|
cargo test --target %TARGET% &&
|
||||||
cargo test --target %TARGET% --release
|
cargo test --target %TARGET% --release
|
||||||
|
Loading…
Reference in New Issue
Block a user