Skip to content

Commit bcb86e3

Browse files
committed
test fix appveyor. Part 3
1 parent e0d78c2 commit bcb86e3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

appveyor.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,18 @@ install:
3030
build_script:
3131
- git submodule update --init --recursive
3232
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[Win32] (
33-
SET PATH=C:\MinGW\bin;%PATH% &&
3433
MKDIR bin &&
3534
cmake .. &&
3635
make
3736
)
3837
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x64] (
39-
SET PATH=C:\mingw64\bin;%PATH% &&
4038
MKDIR bin &&
4139
cmake .. &&
42-
make &&
40+
make
4341
)
4442
- if [%tbs_tools%]==[msvc] (
4543
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"
46-
)
44+
)
4745
test: off
4846
artifacts:
4947
- path: res/xdOpenXRay.Dx86.7z
@@ -53,4 +51,4 @@ artifacts:
5351
- path: res/xdOpenXRay.Rx86.7z
5452
name: xdOpenXRay.Rx86.7z
5553
- path: res/xdOpenXRay.Rx64.7z
56-
name: xdOpenXRay.Rx64.7z
54+
name: xdOpenXRay.Rx64.7z

0 commit comments

Comments
 (0)