blob: 8c61be074493a8182fe45e289353f6ca2b6d8376 [file] [log] [blame]
version: '{branch}.{build}'
configuration: RelWithDebInfo
install:
- cinst -y swig
cache:
- C:\ProgramData\chocolatey\bin -> appveyor.yml
- C:\ProgramData\chocolatey\lib -> appveyor.yml
before_build:
- mkdir BLD
- cd BLD
- cmake -G "Visual Studio 12" -DBUILD_PERL=no ..
- cd ..
build:
parallel: true
verbosity: normal
test_script:
- cd BLD
- cmake --build . --target install --config %CONFIGURATION%
- ctest -V -C %CONFIGURATION%
- cd ..