summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-10-12 20:42:12 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-10-12 20:42:12 +0100
commita165866f4092c62be87790a2c165f8d99a8f2767 (patch)
tree564664ae02216f9bca9898f9d70da68ebe5a41e1 /.gitlab-ci.yml
parentaa6b4ebb625483a8f68faf9d1cfe1c7b91f5869c (diff)
downloadsubplot-a165866f4092c62be87790a2c165f8d99a8f2767.tar.gz
MSRV: Add support for the MSRV in our CI
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9375eae..720bbf7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,3 +9,11 @@ check:
- 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