Commit 2de4a65 1 parent 5c245b0 commit 2de4a65 Copy full SHA for 2de4a65
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,15 +119,15 @@ build_script:
119
119
- if "%TARGET%"=="mingw" cmake --build . --config %configuration% --target install -- -j2
120
120
- if "%TARGET%"=="mingw" dir C:\projects\visp\build\install
121
121
- if "%TARGET%"=="mingw" dir %VISP_DLL_DIR%
122
- - if "%TARGET%"=="mingw" ctest --output-on-failure
122
+ - if "%TARGET%"=="mingw" ctest --output-on-failure -V
123
123
124
124
# msvc case
125
125
- if "%TARGET%"=="msvc" dir %OpenCV_DLL_DIR%
126
126
- if "%TARGET%"=="msvc" cmake -G "Visual Studio 15 2017" -A %platform% ..\visp
127
127
- if "%TARGET%"=="msvc" cmake --build . --config %configuration% --target install -- /m:2
128
128
- if "%TARGET%"=="msvc" dir C:\projects\visp\build\install
129
129
- if "%TARGET%"=="msvc" dir %VISP_DLL_DIR%
130
- - if "%TARGET%"=="msvc" ctest --output-on-failure
130
+ - if "%TARGET%"=="msvc" ctest --output-on-failure -V
131
131
132
132
# uwp case
133
133
- 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
You can’t perform that action at this time.
0 commit comments