mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
ci: exercise credential helpers
Wire up credential helpers in our CI runs so that we can rest assured that they compile and (if tests are available) function correctly. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
235fe77c29
commit
63a597dd94
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -265,7 +265,7 @@ jobs:
|
||||
run: pip install meson ninja
|
||||
- name: Setup
|
||||
shell: pwsh
|
||||
run: meson setup build -Dperl=disabled
|
||||
run: meson setup build -Dperl=disabled -Dcredential_helpers=wincred
|
||||
- name: Compile
|
||||
shell: pwsh
|
||||
run: meson compile -C build
|
||||
|
||||
Reference in New Issue
Block a user