aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
blob: 4010f2ead2140d624cdfc634462d4c79af37638d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 1.17.2.{build}

environment:
    matrix:
      - GEN: "Visual Studio 14 2015"
        CFG: Release
      - GEN: "Visual Studio 14 2015 Win64"
        CFG: Release

build_script:
    - cd build
    - cmake .. -G"%GEN%"
    - cmake --build . --config %CFG% --clean-first