diff options
author | Brad King <brad.king@kitware.com> | 2023-08-01 13:24:45 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-08-01 13:24:52 (GMT) |
commit | f0c95e26303a74d01aac98383e7cae6cc26899a8 (patch) | |
tree | 5b146e039695dc300a3c7f11197ee1c622e9fef4 /.gitlab/os-linux.yml | |
parent | 56defe52904dede45146680369ce64bb477555f1 (diff) | |
parent | 9d64df3e1c057317b32b7c12ef46dff3959fb98c (diff) | |
download | CMake-f0c95e26303a74d01aac98383e7cae6cc26899a8.zip CMake-f0c95e26303a74d01aac98383e7cae6cc26899a8.tar.gz CMake-f0c95e26303a74d01aac98383e7cae6cc26899a8.tar.bz2 |
Merge topic 'ci-debian-legacy'
9d64df3e1c ci: Add job for Debian 10 legacy packages
07f42b3690 ci: Add an image for Python 2 on Debian 10
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8676
Diffstat (limited to '.gitlab/os-linux.yml')
-rw-r--r-- | .gitlab/os-linux.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index 9563d55..dd6299e 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -390,6 +390,22 @@ CMAKE_CONFIGURATION: linux_gcc_cxx_modules_ninja_multi CMAKE_GENERATOR: "Ninja Multi-Config" +### Debian 10 legacy packages + +.debian10: + image: "kitware/cmake:ci-debian10-x86_64-2023-07-31" + + variables: + GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci" + CMAKE_ARCH: x86_64 + +.debian10_legacy: + extends: .debian10 + + variables: + CMAKE_CONFIGURATION: debian10_legacy + CTEST_LABELS: "Python2" + ## Tags .linux_x86_64_tags: |