Skip to content

Commit dbf3177

Browse files
committed
test fix appveyor. Part 1
1 parent 01429ea commit dbf3177

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

appveyor.yml

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,33 +23,12 @@ environment:
2323
tbs_config: Release
2424
install:
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
}
3030
build_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 &&\nif [%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) &&\nif [%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) &&\nif [%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)"
5332
test: off
5433
artifacts:
5534
- path: res/xdOpenXRay.Dx86.7z

0 commit comments

Comments
 (0)