summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
AgeCommit message (Expand)Author
2020-02-17ci: Check spelling using codespell.Justus Winter
2019-11-10ci: Do not cargo clean our crates.Justus Winter
2019-11-10ci: Use an implicit cache that persists on our runner.Justus Winter
2019-11-10ci: Use environment variables to configure cargo.Justus Winter
2019-10-25rfc2822,openpgp: Move rfc2822 crate to be a private mod in openpgpNeal H. Walfield
2019-08-22ci: Make sure the tool documentation is up-to-date.Justus Winter
2019-08-20ci: Fail build on warnings.Justus Winter
2019-08-20ci: Delete files not accessed for seven days.Justus Winter
2019-05-22ci: Print full backtraces in case of errors.Justus Winter
2019-05-15ci: Tar the cache to efficiently handle hard links.Justus Winter
2019-05-15ci: Don't cache Cargo.lock, that is checked in now.Justus Winter
2019-05-14ci: Clean our crates before the cache is prepared.Justus Winter
2019-03-19ci: Delete stale files, second try.Justus Winter
2019-02-17ci: Delete old build artifacts.Justus Winter
2019-01-11ci: Work around Python test failures.Justus Winter
2019-01-11ci: Use valgrind to run our C tests.Justus Winter
2019-01-11ci: Build first, then test.Justus Winter
2018-07-27ci: Use our own image as base.Justus Winter
2018-07-27ci: Speed up the compilation.Justus Winter
2018-07-27ci: Add basic .gitlab-ci.yml file.Azul