2023-10-02 11:43:46 +02:00
|
|
|
when:
|
|
|
|
branch: master
|
2022-06-17 10:01:09 +02:00
|
|
|
|
2023-10-02 11:43:46 +02:00
|
|
|
steps:
|
2022-06-15 07:55:16 +02:00
|
|
|
analysis:
|
|
|
|
image: alpine
|
|
|
|
commands: |
|
2023-06-15 17:25:54 +02:00
|
|
|
apk add --no-cache build-base cppcheck clang-extra-tools git \
|
2022-06-15 07:55:16 +02:00
|
|
|
imlib2-dev xorgproto \
|
2023-08-27 19:20:39 +02:00
|
|
|
libxft-dev libexif-dev >/dev/null
|
2022-06-15 07:55:16 +02:00
|
|
|
make config.h version.h
|
2022-12-02 11:50:15 +01:00
|
|
|
./etc/woodpecker/analysis.sh
|