Skip to content

Commit dc96912

Browse files
committed
test fix appveyor. Part 20
1 parent c45d926 commit dc96912

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ build_script:
3232
- C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\g++ --version
3333
#- ECHO %PATH%
3434
- git submodule update --init --recursive
35-
- if [%tbs_tools%]==[mingw] (
36-
- SET "PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%"
3735

36+
# Add mingw-w64 to PATH
3837
# Remove sh.exe from the path otherwise CMake will complain:
3938
# "sh.exe was found in your PATH, here: C:/Program Files/Git/usr/bin/sh.exe"
4039
# and the MinGW build will not work (the Visual Studio build does not care).
40+
41+
- if [%tbs_tools%]==[mingw] (
42+
- SET "PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%"
4143
- SET "PATH=%PATH:C:\Program Files\Git\usr\bin=%"
4244
)
4345

0 commit comments

Comments
 (0)