aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
blob: 3e3f02c83522b35495fe6c65e749ef1745282aaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '{build}'
image: Visual Studio 2015

platform:
  - Win32
  - x64

configuration:
  - Debug
  - Release

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