aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 70e5f936c1cc085dd40d7f616d8a3924af5da08f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image: "debian:buster-backports"

before_script:
  - apt update -qq
  - >
    apt install -y --no-install-recommends
    gcc
    make
    pylint3
    yapf3

allocbench:
  script:
    make check