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 8dab5c8 commit d7270f3Copy full SHA for d7270f3
.travis.yml
@@ -53,7 +53,7 @@ before_script:
53
54
- msvcenv="__msvc.bat"
55
- echo "@echo off" > "$msvcenv"
56
- - echo "call C:\Progra~2\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat ${VS2017}" >> "$msvcenv"
+ - echo "call /c/Progra~2/Microsoft\ Visual\ Studio/2017/BuildTools/VC/Auxiliary/Build/vcvarsall.bat ${VS2017}" >> "$msvcenv"
57
- echo "set" >> "$msvcenv"
58
- cmd "/K $msvcenv"
59
# > "$msenv.tmp"
0 commit comments