Skip to content

Commit

Permalink
AppVeyor-CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed May 19, 2015
1 parent dfae393 commit 8486de8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
clone_folder: C:\amgcl
platform:
- x86
- x64
os:
- Visual Studio 2015 CTP 6
configuration:
- Debug
- Release
before_build:
- mkdir build && cd build
- cmake ..
- cmake --build .
test_script:
- ctest

0 comments on commit 8486de8

Please sign in to comment.