From 6c62660dfe22d356ff5b6d5a3bc97f825bc5f9ee Mon Sep 17 00:00:00 2001 From: seleznevae Date: Sun, 15 Sep 2019 11:32:20 +0300 Subject: [PATCH] [D] Removed redundant lines form appveyor ci file --- appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index fd4e409..8ed7b1c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,4 @@ build: test_script: - dir - - ctest -VV -C %CONFIGURATION% - - cd %CONFIGURATION% - - dir - - ctest -VV + - ctest -VV -C %CONFIGURATION% \ No newline at end of file