summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 3b826dc48a1c34e554d306debc7c44723c49fa93 (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.56
    - ./check -v