Skip to content

Commit 82f2523

Browse files
committed
test fix appveyor. Part 18
1 parent f68fb05 commit 82f2523

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

appveyor.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ build_script:
3333
- ECHO %PATH%
3434
- git submodule update --init --recursive
3535
- if [%tbs_tools%]==[mingw] (
36-
SET "PATH=%PATH:C:\Program Files\Git\usr\bin=%" &&
37-
SET "PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%" &&
38-
MKDIR bin &&
39-
CD bin &&
40-
cmake .. -G "MinGW Makefiles"&&
41-
mingw32-make
36+
- SET "PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%"
37+
- SET "PATH=%PATH:C:\Program Files\Git\usr\bin=%"
38+
- ECHO %PATH%
39+
- MKDIR bin
40+
- CD bin
41+
- cmake .. -G "MinGW Makefiles"
42+
- mingw32-make
4243
)
4344
- if [%tbs_tools%]==[msvcDISABLE] (
4445
ECHO '%cd%' &&

0 commit comments

Comments
 (0)