mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-12 07:40:32 +01:00
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:
parent
1fdf7051d0
commit
2050326dcc
1 changed files with 1 additions and 0 deletions
|
|
@ -410,6 +410,7 @@ vs2019 shared amd64:
|
|||
exclude:
|
||||
- ".git*"
|
||||
- ".git/**/*"
|
||||
- 'build/test/srcdir'
|
||||
|
||||
vs2019 static amd64:
|
||||
extends: '.build windows'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue