summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
AgeCommit message (Expand)Author
2023-05-19ci: Disable all_commits job.Neal H. Walfield
2021-02-09ci: Use make test instead of cargo test.Nora Widdecke
2021-02-09ci: Use prebuild rust-stable image.Azul
2021-02-09ci: Split bullseye, valgrind and build-bullseye jobsAzul
2021-02-09ci: use bullseye image with prebuild dependenciesAzul
2021-01-27ci: Leave out last commit in all_commits.Azul
2021-01-19sqv: Generate usage documentation in build script.Justus Winter
2021-01-19sq: Generate usage documentation in build script.Justus Winter
2020-12-22Fix the all_commits CI job.Neal H. Walfield
2020-12-04Revert "ci: Temporarily drop all Windows builders."Justus Winter
2020-11-05ci: Temporarily drop all Windows builders.Wiktor Kwapisiewicz
2020-10-14ci: Do not run all_commits for pep-engine branch.Nora Widdecke
2020-10-14sq: Rename module to 'sequoia-sq'.Justus Winter
2020-10-12ci: Test that we can build ffi/openpgp-ffi with CNG backend enabledIgor Matuszewski
2020-10-09ci: Run openpgp tests for each commit.Nora Widdecke
2020-10-09ci: fail fast if codespell failsAzul
2020-10-05ci: Don't check every package under Windows MSVC imageIgor Matuszewski
2020-10-04ci: Format .gitlab-ci.ymlIgor Matuszewski
2020-10-04ci: Use our pre-built docker images for testing WindowsIgor Matuszewski
2020-09-21ci: Use Rust 1.46.0 on windows.Nora Widdecke
2020-09-21ci: Extract codespell job.Nora Widdecke
2020-09-21ci: Enable valgrind test on bullseye.Nora Widdecke
2020-09-21ci: Remove buster runner.Nora Widdecke
2020-08-20ci: Generate larger values in the quickcheck::Arbitrary.Justus Winter
2020-08-13ci: Install VS 2019 C++ Build ToolsIgor Matuszewski
2020-08-13ci: Test Windows also on MSVC toolchainsIgor Matuszewski
2020-04-03ci: Fix running tests on clones.Justus Winter
2020-04-01ci: Install chocolateyIgor Matuszewski
2020-04-01ci: Use self-hosted Windows instancesIgor Matuszewski
2020-03-31ci: Trigger Windows builds on branches containing 'windows' keywordIgor Matuszewski
2020-03-30ci: Add a Windows job using GitLab Windows Shared RunnersIgor Matuszewski
2020-03-25ci: Improve tests for changes (or the lack thereof) in the source.Justus Winter
2020-03-20ci: Avoid concurrent build jobs from clobbering their state.Justus Winter
2020-03-20ci: Restrict the ci jobs to our self-hosted runners.Justus Winter
2020-03-18ci: Only test core components and low-level ffi interface on buster.Justus Winter
2020-03-16ci: Also test the core components with latest stable rust.Justus Winter
2020-03-13ci: Also build on Debian Bullseye.Justus Winter
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