aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 14ec3844925e4748c6e1fb320ad2c727a88f8d5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: '{build}'

platform:
  - x86
  - x64

configuration:
  - Release

before_build:
  - cmake .

build_script:
  - cmake --build . --config %CONFIGURATION%

test_script:
  - ctest --build-config %CONFIGURATION%