Skip to content

Commit

Permalink
Don't run unit tests on debug builds
Browse files Browse the repository at this point in the history
They (intentionally) abuse conditions that cause debug-only assertion
failures.
  • Loading branch information
pcolby committed Jul 28, 2015
1 parent 3e9f4e0 commit e519d97
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 @@ -47,7 +47,7 @@ after_build:
- mklink %APPVEYOR_BUILD_FOLDER%\%CONFIGURATION%\qtaws.dll %APPVEYOR_BUILD_FOLDER%-build\%CONFIGURATION%\qtaws.dll
test_script:
# @todo output using Qt's -xunitxml option
- '%make% check TESTARGS=-silent'
- if not %CONFIGURATION%==debug %make% check TESTARGS=-silent
# @todo after_test upload results
artifacts:
- path: qtaws.dll
Expand Down

0 comments on commit e519d97

Please sign in to comment.