summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
blob: 6d9c3321bbfed4bfe20b9cb9c9764b898e0f6119 (plain)
1
2
3
4
5
6
7
8
9
image:
- Visual Studio 2017

platform:
- x64

build_script:
    - cmake -DCMAKE_BUILD_TYPE=Release .
    - cmake --build .