Skip to content

Commit

Permalink
NO-JIRA: Added Appveyor CI build instructions (Windows CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
astitcher committed May 13, 2015
1 parent 3a34066 commit 5741434
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions appveyor.yml
@@ -0,0 +1,16 @@
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 ..

0 comments on commit 5741434

Please sign in to comment.