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 b830881 commit 5964170Copy full SHA for 5964170
appveyor.yml
@@ -32,10 +32,9 @@ build_script:
32
- if [%tbs_tools%]==[mingw] (
33
ECHO '%cd%' &&
34
ECHO '*** Building %tbs_tools%\%tbs_arch%' &&
35
- ECHO %PATH%
+ ECHO %PATH% &&
36
SET "PATH=C:\mingw\bin;C:\mingw\msys\1.0\bin;%PATH%" &&
37
- SET PATH=%PATH:C:\Program Files\Git\usr\bin=%
38
39
MKDIR bin &&
40
CD bin &&
41
cmake .. -G "MinGW Makefiles"&&
0 commit comments