summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 9375eae628bb3fa3c386132de9667ed818151885 (plain)
1
2
3
4
5
6
7
8
9
10
11
# CI configuration for subplot

default:
  image: registry.gitlab.com/subplot/subplot-container-images:main

check:
  stage: test
  script:
    - sudo apt update
    - sudo apt -y build-dep .
    - ./check -v