Skip to content

Commit

Permalink
use ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Aug 20, 2017
1 parent c2b4f06 commit df5fae7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,11 @@ build:
parallel: true
verbosity: minimal

after_build:
- cmd: >-
xcopy /S /Y /Q test\testdata build\%Configuration%\testdata\
test_script:
- cmd: >-
cd build\%Configuration%
cd build
for %%a in (*.exe) do %%a || exit /b 1
ctest -C %Configuration% -V
notifications:
- provider: Email
Expand Down

0 comments on commit df5fae7

Please sign in to comment.