Commit 0ed4cdfa authored by Philipp A. Hartmann's avatar Philipp A. Hartmann

appveyor.yml: skip perftest on debug builds

parent c26a2a64
......@@ -25,4 +25,4 @@ build:
verbosity: minimal
test_script:
- cd Build\VS && ctest --verbose --build-config %CONFIGURATION%
- cd Build\VS && if %CONFIGURATION%==Debug (ctest --verbose -E perftest --build-config %CONFIGURATION%) else (ctest --verbose --build-config %CONFIGURATION%)
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