8000 ci: add additional win32 job with longpaths enabled · libgit2/libgit2@0fdb7ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 0fdb7ad

Browse files
committed
ci: add additional win32 job with longpaths enabled
1 parent 7ea49a9 commit 0fdb7ad

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,14 @@ jobs:
166166
CMAKE_OPTIONS: -A x64 -DWIN32_LEAKCHECK=ON -DDEPRECATE_HARD=ON
167167
SKIP_SSH_TESTS: true
168168
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
169177
- # Windows x86 Visual Studio
170178
os: windows-2019
171179
env:

.github/workflows/nightly.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,14 @@ jobs:
133133
CMAKE_OPTIONS: -A x64 -DDEPRECATE_HARD=ON
134134
SKIP_SSH_TESTS: true
135135
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
136144
- # Windows x86 Visual Studio
137145
os: windows-2019
138146
env:

0 commit comments

Comments
 (0)
0