Skip to content

Commit

Permalink
Only build tests on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Oct 21, 2017
1 parent c14c4cd commit e7a43db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configuration:
- Release
build_script:
- git submodule update --init --recursive
- cmake -DAMGCL_BUILD_TESTS=ON -DAMGCL_BUILD_EXAMPLES=ON -DAMGCL_DISABLE_RARE_COMPONENTS=ON . -Bbuild
- cmake . -DAMGCL_BUILD_TESTS=ON -Bbuild
- cmake --build build --config Release
test_script:
- cd build
Expand Down

0 comments on commit e7a43db

Please sign in to comment.