We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c73df9 commit 8f35cd1Copy full SHA for 8f35cd1
appveyor.yml
@@ -4,8 +4,8 @@ environment:
4
matrix:
5
- TARGET: x86_64-pc-windows-msvc
6
MSYS2_BITS: 64
7
- - TARGET: i686-pc-windows-msvc
8
- MSYS2_BITS: 32
+# - TARGET: i686-pc-windows-msvc
+# MSYS2_BITS: 32
9
10
# branches to build
11
branches:
@@ -26,15 +26,15 @@ install:
26
- cd xargo
27
- set RUSTFLAGS=-Zalways-encode-mir -Zmir-emit-validate=1
28
- xargo build
29
- - set RUSTFLAGS=
30
- cd ..
31
32
build: false
33
34
test_script:
+ - set RUSTFLAGS=-g
35
- set RUST_BACKTRACE=1
36
- cargo build --release
37
- - cargo test --release
+# - cargo test --release
38
- set MIRI_SYSROOT=C:\Users\appveyor\.xargo\HOST
39
- cargo test --release
40
0 commit comments