Skip to content

Commit e7c523f

Browse files
committed
run test-cargo-miri on Windows
1 parent 51ed485 commit e7c523f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

appveyor.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,17 @@ build: false
2727
test_script:
2828
- set RUST_TEST_NOCAPTURE=1
2929
- set RUST_BACKTRACE=1
30-
# Build miri
30+
# Build and install miri
3131
- cargo build --release --all-features --all-targets
32+
- cargo install --all-features --force --path .
3233
# Get ourselves a MIR-full libstd, and use it henceforth
33-
- cargo run --release --all-features --bin cargo-miri -- miri setup
34+
- cargo miri setup
3435
- set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\miri\miri\cache\HOST
3536
# Test miri
3637
- cargo test --release --all-features
38+
# Test cargo integration
39+
- cd test-cargo-miri
40+
- python3 run-test.py
3741

3842
notifications:
3943
- provider: Email

0 commit comments

Comments
 (0)