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

before_script:
  - apt update -qq
  - >
    apt install -y --no-install-recommends
    gcc
    make
    pylint3
    yapf3
  - ln -s /usr/bin/pylint3 /usr/bin/pylint
  - ln -s /usr/bin/yapf3 /usr/bin/yapf

allocbench:
  script:
    make check