blob: a147e0dfcdb4dd7f3dd652713d52a737d465b01d [file] [log] [blame]
version: 0.10-SNAPSHOT-{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 ..