Skip to content

Commit 2de4a65

Browse files
committed
Enable ctest verbose mode on appveyor ci
1 parent 5c245b0 commit 2de4a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ build_script:
119119
- if "%TARGET%"=="mingw" cmake --build . --config %configuration% --target install -- -j2
120120
- if "%TARGET%"=="mingw" dir C:\projects\visp\build\install
121121
- if "%TARGET%"=="mingw" dir %VISP_DLL_DIR%
122-
- if "%TARGET%"=="mingw" ctest --output-on-failure
122+
- if "%TARGET%"=="mingw" ctest --output-on-failure -V
123123

124124
# msvc case
125125
- if "%TARGET%"=="msvc" dir %OpenCV_DLL_DIR%
126126
- if "%TARGET%"=="msvc" cmake -G "Visual Studio 15 2017" -A %platform% ..\visp
127127
- if "%TARGET%"=="msvc" cmake --build . --config %configuration% --target install -- /m:2
128128
- if "%TARGET%"=="msvc" dir C:\projects\visp\build\install
129129
- if "%TARGET%"=="msvc" dir %VISP_DLL_DIR%
130-
- if "%TARGET%"=="msvc" ctest --output-on-failure
130+
- if "%TARGET%"=="msvc" ctest --output-on-failure -V
131131

132132
# uwp case
133133
- if "%TARGET%"=="uwp" cmake -G "Visual Studio 15 2017" -A %platform% -DCMAKE_SYSTEM_NAME="WindowsStore" -DCMAKE_SYSTEM_VERSION="10.0" -DBUILD_DEMOS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TESTS=OFF -DBUILD_TUTORIALS=OFF ..\visp

0 commit comments

Comments
 (0)