Skip to content

Commit

Permalink
test fix appveyor. Part 20
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 24, 2018
1 parent c45d926 commit dc96912
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ build_script:
- C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\g++ --version
#- 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%"

# Add mingw-w64 to 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).

- if [%tbs_tools%]==[mingw] (
- 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=%"
)

Expand Down

0 comments on commit dc96912

Please sign in to comment.