aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 701bf94187989d19cbfaaba9e59498096b99028d (plain)
1
2
3
4
5
6
7
8
9
10
11
image: Visual Studio 2015

platform:
  - x86
  - x64

build_script:
- cmd: >-
    if "%platform%" == "x86" call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x86
    if "%platform%" == "x64" call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" amd64
    nmake /f makefile.nmake