2023-10-02 10:43:46 +01:00
|
|
|
when:
|
|
|
|
branch: master
|
2022-06-17 09:01:09 +01:00
|
|
|
|
2023-10-02 10:43:46 +01:00
|
|
|
steps:
|
2022-06-15 06:55:16 +01:00
|
|
|
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 \
|
2023-08-27 18:20:39 +01:00
|
|
|
libxft-dev libexif-dev >/dev/null
|
2022-06-15 06:55:16 +01:00
|
|
|
make config.h version.h
|
2022-12-02 10:50:15 +00:00
|
|
|
./etc/woodpecker/analysis.sh
|