aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 8a65188d83db765635f4c710ad202c34ee22d4ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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%