CI/MSVC: Exclude <builddir>/test/srcdir symlink from the artifacts

Otherwise latest GitLab fails with:

 > ERROR: Uploading artifacts as "archive" to coordinator... error
 >   error=couldn't execute POST against https://gitlab.freedesktop.org/api/v4/jobs/[...]/artifacts?artifact_format=zip[...]:
 >   Post "https://gitlab.freedesktop.org/api/v4/jobs/[...]/artifacts?artifact_format=zip[...]":
 >   read build/test/srcdir: Incorrect function. id=[...] token=[...]
This commit is contained in:
Luca Bacci 2025-07-09 14:40:48 +02:00
parent 1fdf7051d0
commit 2050326dcc

View file

@ -410,6 +410,7 @@ vs2019 shared amd64:
exclude:
- ".git*"
- ".git/**/*"
- 'build/test/srcdir'
vs2019 static amd64:
extends: '.build windows'