Skip to content

Commit

Permalink
adjusted appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Kuehl committed Jan 8, 2019
1 parent e645657 commit 07dc32d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -26,10 +26,10 @@ before_build:
- cmake -G "%VS_VERSION%" -DCMAKE_BUILD_TYPE=%configuration% ..

build_script:
- cmake --build . --config %configuration%
- cmake --build . --config %configuration% --target check

test_script:
- make check
- ctest --verbose

after_build:
- ps: |
Expand Down

0 comments on commit 07dc32d

Please sign in to comment.