aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/appveyor.yml
blob: 2bea0ddeb19ddd6bedbff046e76de3fb3060c924 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                             
version: '{build}'
image: Visual Studio 2015

branches:
  only:
    - master

platform:
  - Win32
  - x64

configuration:
  - Debug
  - Release

build_script:
  - ps: .\.appveyor\build.ps1