Skip to content

Commit

Permalink
Fix appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Apr 20, 2017
1 parent 5bbf4a3 commit 9fa498c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ platform:
configuration:
- Release
build_script:
- cmake -DAMGCL_BUILD_TEST=ON -DAMGCL_BUILD_EXAMPLES=ON .
- cmake --build . --config Release
- cmake -DAMGCL_BUILD_TESTS=ON -DAMGCL_BUILD_EXAMPLES=ON . -Bbuild
- cmake --build build --config Release
test_script:
- cd build
- ctest --build-config Release --output-on-failure

0 comments on commit 9fa498c

Please sign in to comment.