Skip to content

Commit b1d33c8

Browse files
committed
Fix for appveyor
1 parent 111b25b commit b1d33c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ build_script:
6161
-DPYBIND11_WERROR=ON
6262
-DDOWNLOAD_CATCH=ON
6363
-DCMAKE_SUPPRESS_REGENERATION=1
64+
.
6465
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
6566
- cmake --build . --config %CONFIG% --target pytest -- /m /v:m /logger:%MSBuildLogger%
6667
- cmake --build . --config %CONFIG% --target cpptest -- /m /v:m /logger:%MSBuildLogger%

0 commit comments

Comments
 (0)