summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)AuthorFilesLines
2023-10-29gitlab-ci: Update MSRV to 1.70Daniel Silverstone1-1/+1
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2023-04-24tests: don't check formatting or clippy in MSRV CI jobLars Wirzenius1-1/+1
stable and MSRV versions of rustfmt make different formatting change. Thus, one will fail. We prefer the stable version. Sponsored-by: author
2023-03-11(ci): Update MSRV to 1.63 because that's what we wantDaniel Silverstone1-1/+1
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2022-10-09chore: bump Rust version in .gitlab-ci.yml to 1.60Lars Wirzenius1-1/+1
Sponsored-by: author
2021-12-03gitlab-ci: Update MSRV version to 1.56Daniel Silverstone1-1/+1
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-10-12MSRV: Add support for the MSRV in our CIDaniel Silverstone1-0/+8
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-05-16docs: add tutorial for verifying a web siteLars Wirzenius1-1/+1
2021-05-01CI: Also install additional build-deps before the buildDaniel Silverstone1-0/+2
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-05-01CI: Add .gitlab-ci.ymlDaniel Silverstone1-0/+9
This is a rudimentary CI configuration which hopefully will give us some basic confidence that we've not broken anything. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>