mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
19 lines
512 B
YAML
19 lines
512 B
YAML
stages:
|
|
- test
|
|
|
|
.dump_kernel_log:
|
|
after_script:
|
|
- sudo dmesg > /mnt/artifacts/dmesg.log
|
|
- sudo journalctl > /mnt/artifacts/journalctl.log
|
|
|
|
include:
|
|
- local: .gitlab/ci/debian.yml
|
|
- local: .gitlab/ci/fedora.yml
|
|
- local: .gitlab/ci/rhel.yml
|
|
- local: .gitlab/ci/centos.yml
|
|
- local: .gitlab/ci/annocheck.yml
|
|
- local: .gitlab/ci/csmock.yml
|
|
- local: .gitlab/ci/gitlab-shared-docker.yml
|
|
- local: .gitlab/ci/compilation-gcc.gitlab-ci.yml
|
|
- local: .gitlab/ci/compilation-clang.gitlab-ci.yml
|