Skip to content

Commit

Permalink
AppVeyor: disable compilation in Previous Visual Studio 2017
Browse files Browse the repository at this point in the history
Formatting
  • Loading branch information
Xottab-DUTY committed Aug 5, 2018
1 parent b9026bf commit 3774f79
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
version: '{build}'

pull_requests:
do_not_increment_build_number: true

skip_tags: true

image:
- Visual Studio 2017
- Previous Visual Studio 2017

configuration:
- Debug
- Mixed
- Release

platform:
- x64
- x86

cache:
- packages -> **\packages.config

before_build:
- cmd: >-
nuget restore src\engine.sln
Expand All @@ -24,9 +30,12 @@ build:
project: src/engine.sln
parallel: true
verbosity: minimal

after_build:
- cmd: xr_pack_build.cmd

test: off

artifacts:
- path: res/OpenXRay.Dx86.7z
name: OpenXRay.Dx86.7z
Expand All @@ -40,6 +49,7 @@ artifacts:
name: OpenXRay.Rx86.7z
- path: res/OpenXRay.Rx64.7z
name: OpenXRay.Rx64.7z

deploy:
- provider: GitHub
tag: $(appveyor_build_version)
Expand Down

0 comments on commit 3774f79

Please sign in to comment.