summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: b0f385c3ed7f38b67632b47103bd196f8bdd97fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

check-msrv:
  stage: test
  script:
    - sudo apt update
    - sudo apt -y build-dep .
    - rustup default 1.70
    - ./check -v --sloppy