Browse Source

Added appveyor.yml to allow for CI

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
61a62ec9b1
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