Skip to content

Commit

Permalink
test fix appveyor. Part 6
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 23, 2018
1 parent 39f7985 commit 7f724ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,17 @@ install:
build_script:
- git submodule update --init --recursive
- if [%tbs_tools%]==[mingw] (
SET PATH=C:\MinGW\bin;%PATH% &&
ECHO '%cd%' &&
ECHO '*** Building %tbs_tools%\%tbs_arch%' &&
SET "PATH=C:\MinGW\bin;%PATH%" &&
MKDIR bin &&
CD bin &&
cmake .. -G "MinGW Makefiles"&&
mingw32-make
)
- if [%tbs_tools%]==[msvc] (
ECHO '%cd%' &&
ECHO '*** Building %tbs_tools%\%tbs_arch%\%tbs_config%' &&
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"
)
test: off
Expand Down

0 comments on commit 7f724ed

Please sign in to comment.