Browse Source

Added appveyor.yml to allow for CI

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

+ 7
- 0
appveyor.yml View File

@ -0,0 +1,7 @@
version: '{branch}-{build}'
pull_requests:
do_not_increment_build_number: true
configuration: Release
platform: x64
build:
verbosity: minimal

Loading…
Cancel
Save