Skip to content

Commit

Permalink
test fix appveyor. Part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 23, 2018
1 parent e0d78c2 commit bcb86e3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,18 @@ install:
build_script:
- git submodule update --init --recursive
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[Win32] (
SET PATH=C:\MinGW\bin;%PATH% &&
MKDIR bin &&
cmake .. &&
make
)
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x64] (
SET PATH=C:\mingw64\bin;%PATH% &&
MKDIR bin &&
cmake .. &&
make &&
make
)
- if [%tbs_tools%]==[msvc] (
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
artifacts:
- path: res/xdOpenXRay.Dx86.7z
Expand All @@ -53,4 +51,4 @@ artifacts:
- path: res/xdOpenXRay.Rx86.7z
name: xdOpenXRay.Rx86.7z
- path: res/xdOpenXRay.Rx64.7z
name: xdOpenXRay.Rx64.7z
name: xdOpenXRay.Rx64.7z

0 comments on commit bcb86e3

Please sign in to comment.