File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -23,33 +23,12 @@ environment:
2323 tbs_config : Release
2424install :
2525- ps : >-
26- if($env:tbs_tools -eq 'mingw' -and $env:tbs_arch -eq 'x64 ') {
26+ if($env:tbs_tools -eq 'mingw' -and $env:tbs_arch -eq 'x64xDISABLE ') {
2727 invoke 'curl' '-L -o mw64.7z "http://libgd.blob.core.windows.net/mingw/x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z"';
2828 invoke '7z' 'x -oC:\ mw64.7z';
2929 }
3030build_script :
31- - git submodule update --init --recursive
32- - if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[Win32] (
33- SET PATH=C:\MinGW\bin;%PATH% &&
34- ECHO %cd% &&
35- ECHO *** Building %tbs_tools%\%tbs_arch% &&
36- MKDIR bin &&
37- cmake .. &&
38- make
39- )
40- - if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x64] (
41- SET PATH=C:\mingw64\bin;%PATH% &&
42- ECHO %cd% &&
43- ECHO *** Building %tbs_tools%\%tbs_arch% &&
44- MKDIR bin &&
45- cmake .. &&
46- make &&
47- )
48- - if [%tbs_tools%]==[msvc] (
49- ECHO %cd% &&
50- ECHO *** Building %tbs_tools%\%tbs_arch%\%tbs_config% &&
51- 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"
52- )
31+ - cmd : " git submodule update --init --recursive &&\n if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[Win32] (\n SET PATH=C:\\ MinGW\\ bin;%PATH% &&\n ECHO %cd% \n ECHO *** Building %tbs_tools%\\ %tbs_arch% &&\n MKDIR bin &&\n cmake .. &&\n make\n ) &&\n if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x64] (\n SET PATH=C:\\ mingw64\\ bin;%PATH% &&\n ECHO %cd% &&\n ECHO *** Building %tbs_tools%\\ %tbs_arch% &&\n MKDIR bin &&\n cmake .. &&\n make &&\n ) &&\n if [%tbs_tools%]==[msvc] (\n ECHO %cd% &&\n ECHO *** Building %tbs_tools%\\ %tbs_arch%\\ %tbs_config% &&\n 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\"\n )"
5332test : off
5433artifacts :
5534- path : res/xdOpenXRay.Dx86.7z
You can’t perform that action at this time.
0 commit comments