]> git.lizzy.rs Git - rust.git/commitdiff
fix AppVeyor
authorRalf Jung <post@ralfj.de>
Thu, 4 Apr 2019 15:49:16 +0000 (16:49 +0100)
committerRalf Jung <post@ralfj.de>
Thu, 4 Apr 2019 17:56:52 +0000 (18:56 +0100)
.appveyor.yml

index e99b0cc33c9b3b356016eb7ca4f9d19aa1511b5c..e97380cb932fe8ad6b035e6ef0f86e812363be34 100644 (file)
@@ -3,7 +3,7 @@ environment:
         PROJECT_NAME: miri
     matrix:
         - TARGET: x86_64-pc-windows-msvc
-        #- TARGET: i686-pc-windows-msvc
+        - TARGET: i686-pc-windows-msvc
 
 # branches to build
 branches:
@@ -42,7 +42,7 @@ test_script:
     - cargo test --release --all-features
     # Test cargo integration
     - cd test-cargo-miri
-    - python3 run-test.py
+    - '"C:\msys64\mingw64\bin\python3.exe" run-test.py'
 
 after_test:
     # Don't cache "master" toolchain, it's a waste