Browse Source

Updated AppVeyor with more configuration

pull/1/head
Anairkoen Schno 5 years ago
parent
commit
1c6b37cbb7
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      appveyor.yml

+ 7
- 0
appveyor.yml View File

@ -1,7 +1,14 @@
version: '{branch}-{build}'
pull_requests:
do_not_increment_build_number: true
install:
- git submodule update --init --recursive
image: Visual Studio 2017
configuration: Release
platform: x64
cache:
- '%LocalAppData%\NuGet\v3-cache' # NuGet v3
artifacts:
- path: IPA/bin/$(configuration)
build:
verbosity: minimal

Loading…
Cancel
Save