Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp A. Hartmann <pah@qo.cx>2015-03-10 22:32:39 +0300
committerPhilipp A. Hartmann <pah@qo.cx>2015-03-10 22:32:39 +0300
commit0ed4cdfa463ff8038fec76ec4cfeb7692119ca5f (patch)
treefd9c4244a1ae57be40f1b909d9f7e92a5a182cc0 /appveyor.yml
parentc26a2a64af7d498dc811c8fee5689ebd84065053 (diff)
appveyor.yml: skip perftest on debug builds
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4c3928ee..d1a91089 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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%)