aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.build.yml
blob: ea15326cb63e12cec5eb505ada343f1ce9a54468 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: debian/stable
packages:
  - build-essential
  - clang-format-13
sources:
  - https://git.sr.ht/~tsegers/opendeco
tasks:
  - build: |
      cd opendeco
      make
  - check-format: |
      cd opendeco
      clang-format-13 -n --Werror *.c *.h
artifacts:
  - opendeco/opendeco