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

platform:
  - x86
  - x64

configuration:
  - Release

environment:
  CTEST_OUTPUT_ON_FAILURE: ON

install:
  - choco install -y yasm

before_build:
  - cmake .

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