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