Skip to content

Commit

Permalink
test fix appveyor. Part 19
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 24, 2018
1 parent 82f2523 commit c45d926
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,19 @@ install:
build_script:
- C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\mingw32-make --version
- C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\g++ --version
- ECHO %PATH%
#- ECHO %PATH%
- git submodule update --init --recursive
- if [%tbs_tools%]==[mingw] (
- SET "PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%"

# Remove sh.exe from the path otherwise CMake will complain:
# "sh.exe was found in your PATH, here: C:/Program Files/Git/usr/bin/sh.exe"
# and the MinGW build will not work (the Visual Studio build does not care).
- SET "PATH=%PATH:C:\Program Files\Git\usr\bin=%"
- ECHO %PATH%
)

- ECHO %PATH%
if [%tbs_tools%]==[mingw] (
- MKDIR bin
- CD bin
- cmake .. -G "MinGW Makefiles"
Expand Down

0 comments on commit c45d926

Please sign in to comment.