Skip to content

Commit 7f724ed

Browse files
committed
test fix appveyor. Part 6
1 parent 39f7985 commit 7f724ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,17 @@ install:
3030
build_script:
3131
- git submodule update --init --recursive
3232
- if [%tbs_tools%]==[mingw] (
33-
SET PATH=C:\MinGW\bin;%PATH% &&
33+
ECHO '%cd%' &&
34+
ECHO '*** Building %tbs_tools%\%tbs_arch%' &&
35+
SET "PATH=C:\MinGW\bin;%PATH%" &&
3436
MKDIR bin &&
3537
CD bin &&
3638
cmake .. -G "MinGW Makefiles"&&
3739
mingw32-make
3840
)
3941
- if [%tbs_tools%]==[msvc] (
42+
ECHO '%cd%' &&
43+
ECHO '*** Building %tbs_tools%\%tbs_arch%\%tbs_config%' &&
4044
msbuild "src\engine.sln" /m /verbosity:minimal /property:PlatformToolset=v141 /t:Clean,Build /p:Platform=%tbs_arch% /p:Configuration=%tbs_config% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
4145
)
4246
test: off

0 commit comments

Comments
 (0)