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 081837e commit 159cce1Copy full SHA for 159cce1
.appveyor.yml
@@ -3,7 +3,7 @@ environment:
3
PROJECT_NAME: miri
4
matrix:
5
- TARGET: x86_64-pc-windows-msvc
6
- #- TARGET: i686-pc-windows-msvc
+ - TARGET: i686-pc-windows-msvc
7
8
# branches to build
9
branches:
@@ -42,7 +42,7 @@ test_script:
42
- cargo test --release --all-features
43
# Test cargo integration
44
- cd test-cargo-miri
45
- - python3 run-test.py
+ - '"C:\msys64\mingw64\bin\python3.exe" run-test.py'
46
47
after_test:
48
# Don't cache "master" toolchain, it's a waste
0 commit comments