summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 720bbf7e0d4ee399704c53ed019081ee35724fdc (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.48.0
    - ./check -v