aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.build.yml
blob: 15056f4029ff1f46e06d73e9b7f127f0f1e52059 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
image: debian/stable
packages:
  - build-essential
  - clang-format-13
tasks:
    - build: |
        cd opendeco
        make
    - check-format: |
        cd opendeco
        clang-format-13 -n --Werror *.c *.h
artifacts:
    - opendeco/opendeco