Skip to content

Commit

Permalink
test fix appveyor. Part 12
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 23, 2018
1 parent 8298c7e commit be5bb75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ install:
}
build_script:
- git submodule update --init --recursive
- ECHO %PATH%
- if [%tbs_tools%]==[mingw] (
ECHO %PATH% &&
SET "PATH=C:\mingw\bin;%PATH%" &&
ECHO %PATH% &&
MKDIR bin &&
CD bin &&
cmake .. -G "MinGW Makefiles"&&
Expand Down

0 comments on commit be5bb75

Please sign in to comment.