zeniba-nsxiv/etc/woodpecker/analysis.yml
NRK 70cbe59daa ci: various fixes (#478)
- "branches" option got removed, change to "when -> branches"
- "pipeline" option got removed, change to "steps"
- install codespell in a virtual-env since alpine complains otherwise
2023-10-02 09:43:46 +00:00

13 lines
288 B
YAML

when:
branch: master
steps:
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