File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33build : false
44
55cache :
6- - ' ffmpeg-%ffmpeg_version%-full_build.7z -> appveyor.yml'
7- - ' packaging\windows\installer\advinst.msi -> appveyor.yml'
6+ # FFmpeg self-invalidates via %ffmpeg_version% in the filename; AdvInst MSI and
7+ # Inkscape rarely need refresh and have `if not exist` install guards, so we
8+ # don't tie them to appveyor.yml (any edit there would force a cold-cache
9+ # reinstall of all three and blow past the 10-minute build limit).
10+ - ' ffmpeg-%ffmpeg_version%-full_build.7z'
11+ - ' packaging\windows\installer\advinst.msi'
812 - ' %LOCALAPPDATA%\uv\cache -> pyproject.toml'
9- - ' C:\Program Files\Inkscape -> appveyor.yml '
13+ - ' C:\Program Files\Inkscape'
1014
1115# Branches applies to tags as well. We only build on tagged releases of the form vX.Y.Z-release
1216branches :
You can’t perform that action at this time.
0 commit comments