Unverified Commit de4a6346 authored by Niels Lohmann's avatar Niels Lohmann Committed by GitHub

Merge pull request #2952 from nlohmann/fewer_appveyor_builds

Avoid duplicate AppVeyor builds
parents f42a74b8 f79bed6d
...@@ -82,3 +82,5 @@ test_script: ...@@ -82,3 +82,5 @@ test_script:
# occasional timeouts on AppVeyor. # occasional timeouts on AppVeyor.
# More info: https://github.com/nlohmann/json/pull/1570 # More info: https://github.com/nlohmann/json/pull/1570
- if "%configuration%"=="Debug" ctest --exclude-regex "test-unicode" -C "%configuration%" -V -j - if "%configuration%"=="Debug" ctest --exclude-regex "test-unicode" -C "%configuration%" -V -j
skip_branch_with_pr: true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment