Browse Source

Fixed ctest

Christophe Riccio 7 years ago
parent
commit
c4f9bc5de6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .appveyor.yml

+ 1 - 1
.appveyor.yml

@@ -67,6 +67,6 @@ build_script:
   - cmake --build . --config %CONFIGURATION% -- /m /v:minimal
 
 test_script:
-  - ctest -j4
+  - ctest -j4 -C %CONFIGURATION%
 
 deploy: off