e1b851c488
this removes the legacy gif and webp loaders. moving forward multi-frame/animated images will be loaded by imlib2 itself. Closes: https://codeberg.org/nsxiv/nsxiv/issues/397
12 lines
285 B
YAML
12 lines
285 B
YAML
branches: master
|
|
|
|
pipeline:
|
|
analysis:
|
|
image: alpine
|
|
commands: |
|
|
apk add --no-cache build-base cppcheck clang-extra-tools git \
|
|
imlib2-dev xorgproto \
|
|
libxft-dev libexif-dev >/dev/null
|
|
make config.h version.h
|
|
./etc/woodpecker/analysis.sh
|