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

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabi Melman <gmelman1@gmail.com>2018-12-02 17:40:02 +0300
committerGitHub <noreply@github.com>2018-12-02 17:40:02 +0300
commit5191948b64fd098a5bd31c9c2b680475a6b3e599 (patch)
tree31dfe9180bc1911e5f9474facb4f1a815b5f866c /appveyor.yml
parent7442d720f451751074eb3df695df7f794ff21045 (diff)
Update appveyor.yml
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d7ce7a31..98ce69ba 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -31,5 +31,4 @@ build_script:
cmake --build . --config %BUILD_TYPE%
test_script:
-- cmd: cd build
- ctest -VV -C "%BUILD_TYPE%"