File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,14 @@ jobs:
166
166
CMAKE_OPTIONS : -A x64 -DWIN32_LEAKCHECK=ON -DDEPRECATE_HARD=ON
167
167
SKIP_SSH_TESTS : true
168
168
SKIP_NEGOTIATE_TESTS : true
169
+ - # Windows amd64 Visual Studio Longpaths
170
+ os : windows-2019
171
+ env :
172
+ ARCH : amd64
173
+ CMAKE_GENERATOR : Visual Studio 16 2019
174
+ CMAKE_OPTIONS : -A x64 -DWIN32_LEAKCHECK=ON -DDEPRECATE_HARD=ON -DTEST_LONGPATHS=ON
175
+ SKIP_SSH_TESTS : true
176
+ SKIP_NEGOTIATE_TESTS : true
169
177
- # Windows x86 Visual Studio
170
178
os : windows-2019
171
179
env :
Original file line number Diff line number Diff line change @@ -133,6 +133,14 @@ jobs:
133
133
CMAKE_OPTIONS : -A x64 -DDEPRECATE_HARD=ON
134
134
SKIP_SSH_TESTS : true
135
135
SKIP_NEGOTIATE_TESTS : true
136
+ - # Windows amd64 Visual Studio Longpaths
137
+ os : windows-2019
138
+ env :
139
+ ARCH : amd64
140
+ CMAKE_GENERATOR : Visual Studio 16 2019
141
+ CMAKE_OPTIONS : -A x64 -DWIN32_LEAKCHECK=ON -DDEPRECATE_HARD=ON -DTEST_LONGPATHS=ON
142
+ SKIP_SSH_TESTS : true
143
+ SKIP_NEGOTIATE_TESTS : true
136
144
- # Windows x86 Visual Studio
137
145
os : windows-2019
138
146
env :
You can’t perform that action at this time.
0 commit comments