blob: d92f135a647da554064ff595c16acda05ab7fbd6 [file] [log] [blame]
version: '{branch}.{build}'
configuration: RelWithDebInfo
install:
- cinst -y swig
before_build:
- mkdir BLD
- cd BLD
- cmake -G "Visual Studio 12" -DBUILD_PERL=no ..
- cd ..
build:
parallel: true
verbosity: normal
test_script:
- cd BLD
- ctest -V -C RelWithDebInfo
- cd ..