2022-06-17 09:01:09 +01:00
|
|
|
branches: master
|
|
|
|
|
2022-06-15 06:55:16 +01:00
|
|
|
pipeline:
|
|
|
|
analysis:
|
|
|
|
image: alpine
|
|
|
|
commands: |
|
2023-06-15 16:25:54 +01:00
|
|
|
apk add --no-cache build-base cppcheck clang-extra-tools git \
|
2022-06-15 06:55:16 +01:00
|
|
|
imlib2-dev xorgproto \
|
|
|
|
libxft-dev libexif-dev giflib-dev libwebp-dev >/dev/null
|
|
|
|
make config.h version.h
|
2022-12-02 10:50:15 +00:00
|
|
|
./etc/woodpecker/analysis.sh
|