aboutsummaryrefslogtreecommitdiffstats
path: root/etc/woodpecker/analysis.yml
blob: 4edcd6b76d9c19b34c900f1496415aff24f20918 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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