Skip to content

Commit 8f35cd1

Browse files
committed
WIP windows
1 parent 7c73df9 commit 8f35cd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ environment:
44
matrix:
55
- TARGET: x86_64-pc-windows-msvc
66
MSYS2_BITS: 64
7-
- TARGET: i686-pc-windows-msvc
8-
MSYS2_BITS: 32
7+
# - TARGET: i686-pc-windows-msvc
8+
# MSYS2_BITS: 32
99

1010
# branches to build
1111
branches:
@@ -26,15 +26,15 @@ install:
2626
- cd xargo
2727
- set RUSTFLAGS=-Zalways-encode-mir -Zmir-emit-validate=1
2828
- xargo build
29-
- set RUSTFLAGS=
3029
- cd ..
3130

3231
build: false
3332

3433
test_script:
34+
- set RUSTFLAGS=-g
3535
- set RUST_BACKTRACE=1
3636
- cargo build --release
37-
- cargo test --release
37+
# - cargo test --release
3838
- set MIRI_SYSROOT=C:\Users\appveyor\.xargo\HOST
3939
- cargo test --release
4040

0 commit comments

Comments
 (0)