1
0
mirror of https://github.com/bspeice/qadapt synced 2026-06-10 23:31:50 -04:00

Disable some appveyor builds

Seems to fail for no reason whatsoever
This commit is contained in:
2018-12-03 23:04:15 -05:00
parent 0f45efca17
commit d7c1369ee2
+6 -7
View File
@@ -1,14 +1,14 @@
environment:
matrix:
# MinGW
- TARGET: i686-pc-windows-gnu
RUST_VERSION: nightly
- TARGET: x86_64-pc-windows-gnu
RUST_VERSION: nightly
# - TARGET: i686-pc-windows-gnu
# RUST_VERSION: nightly
# - TARGET: x86_64-pc-windows-gnu
# RUST_VERSION: nightly
# MSVC
- TARGET: i686-pc-windows-msvc
RUST_VERSION: nightly
# - TARGET: i686-pc-windows-msvc
# RUST_VERSION: nightly
- TARGET: x86_64-pc-windows-msvc
RUST_VERSION: nightly
@@ -28,7 +28,6 @@ install:
test_script:
# If you need to run additional steps during testing, they should be placed
# inside this block
- set RUST_BACKTRACE=1
- if [%APPVEYOR_REPO_TAG%]==[false] (
cargo test --target %TARGET% &&
cargo test --target %TARGET% --release