We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f7985 commit 7f724edCopy full SHA for 7f724ed
appveyor.yml
@@ -30,13 +30,17 @@ install:
30
build_script:
31
- git submodule update --init --recursive
32
- if [%tbs_tools%]==[mingw] (
33
- SET PATH=C:\MinGW\bin;%PATH% &&
+ ECHO '%cd%' &&
34
+ ECHO '*** Building %tbs_tools%\%tbs_arch%' &&
35
+ SET "PATH=C:\MinGW\bin;%PATH%" &&
36
MKDIR bin &&
37
CD bin &&
38
cmake .. -G "MinGW Makefiles"&&
39
mingw32-make
40
)
41
- if [%tbs_tools%]==[msvc] (
42
43
+ ECHO '*** Building %tbs_tools%\%tbs_arch%\%tbs_config%' &&
44
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"
45
46
test: off
0 commit comments