We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063deba commit 91fbefaCopy full SHA for 91fbefa
appveyor.yml
@@ -47,7 +47,13 @@ environment:
47
# SourceForge is notoriously flaky, so we mirror it on our own infrastructure.
48
- MSYS_BITS: 32
49
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu
50
- SCRIPT: python x.py test
+ SCRIPT: python x.py test --exclude src/test/run-pass --exclude src/test/compile-fail
51
+ MINGW_URL: https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
52
+ MINGW_ARCHIVE: i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
53
+ MINGW_DIR: mingw32
54
+ - MSYS_BITS: 32
55
+ RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu
56
+ SCRIPT: python x.py test src/test/run-pass src/test/compile-fail
57
MINGW_URL: https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
58
MINGW_ARCHIVE: i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
59
MINGW_DIR: mingw32
0 commit comments