Skip to content

Commit

Permalink
test fix appveyor. Part 18
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 24, 2018
1 parent f68fb05 commit 82f2523
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ build_script:
- ECHO %PATH%
- git submodule update --init --recursive
- if [%tbs_tools%]==[mingw] (
SET "PATH=%PATH:C:\Program Files\Git\usr\bin=%" &&
SET "PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%" &&
MKDIR bin &&
CD bin &&
cmake .. -G "MinGW Makefiles"&&
mingw32-make
- SET "PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%"
- SET "PATH=%PATH:C:\Program Files\Git\usr\bin=%"
- ECHO %PATH%
- MKDIR bin
- CD bin
- cmake .. -G "MinGW Makefiles"
- mingw32-make
)
- if [%tbs_tools%]==[msvcDISABLE] (
ECHO '%cd%' &&
Expand Down

0 comments on commit 82f2523

Please sign in to comment.