70cbe59daa
- "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
13 lines
288 B
YAML
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
|