Explorar el Código

Appveyor: Source vcvarsall to get dumpbin in path

Matt Ickstadt hace 8 años
padre
commit
ed7262b0a5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      appveyor.yml

+ 1 - 0
appveyor.yml

@@ -17,6 +17,7 @@ test_script:
   - cargo build --release
   - cargo test
   - cargo test --release
+  - CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
   - dumpbin /disasm target/debug/librustc_builtins.rlib
   - dumpbin /disasm target/release/librustc_builtins.rlib