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 2f0b51b commit b830881Copy full SHA for b830881
appveyor.yml
@@ -32,7 +32,10 @@ build_script:
32
- if [%tbs_tools%]==[mingw] (
33
ECHO '%cd%' &&
34
ECHO '*** Building %tbs_tools%\%tbs_arch%' &&
35
+ 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