Skip to content

Commit

Permalink
test fix appveyor. Part 8
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 23, 2018
1 parent b830881 commit 5964170
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ build_script:
- if [%tbs_tools%]==[mingw] (
ECHO '%cd%' &&
ECHO '*** Building %tbs_tools%\%tbs_arch%' &&
ECHO %PATH%
ECHO %PATH% &&
SET "PATH=C:\mingw\bin;C:\mingw\msys\1.0\bin;%PATH%" &&
SET PATH=%PATH:C:\Program Files\Git\usr\bin=%
ECHO %PATH%
ECHO %PATH% &&
MKDIR bin &&
CD bin &&
cmake .. -G "MinGW Makefiles"&&
Expand Down

0 comments on commit 5964170

Please sign in to comment.