mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
gitlab-ci: consolidate release and package job infrastructure
Use `linux_release` in names associated with building or testing release-style binaries. Add a `.linux_package` helper to adjust the release binary build behavior for package-specific jobs.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# Build using the CMake source directory as the build context.
|
||||
# The resulting image will have an '/out' directory containing the package.
|
||||
|
||||
# Keep this in sync with the `.gitlab-ci.yml` `release_linux` image.
|
||||
# Keep this in sync with the `.gitlab/os-linux.yml` `.linux_release_aarch64` image.
|
||||
ARG FROM_IMAGE_NAME=kitware/cmake:build-linux-aarch64-deps-2020-12-21
|
||||
ARG FROM_IMAGE_DIGEST=@sha256:0bd7dfe4e45593b04e39cd21e44011034610cfd376900558c5ef959bb1af15af
|
||||
ARG FROM_IMAGE=$FROM_IMAGE_NAME$FROM_IMAGE_DIGEST
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# Build using the CMake source directory as the build context.
|
||||
# The resulting image will have an '/out' directory containing the package.
|
||||
|
||||
# Keep this in sync with the `.gitlab-ci.yml` `release_linux` image.
|
||||
# Keep this in sync with the `.gitlab/os-linux.yml` `.linux_release_x86_64` image.
|
||||
ARG FROM_IMAGE_NAME=kitware/cmake:build-linux-x86_64-deps-2020-04-02
|
||||
ARG FROM_IMAGE_DIGEST=@sha256:77e9ab183f34680990db9da5945473e288f0d6556bce79ecc1589670d656e157
|
||||
ARG FROM_IMAGE=$FROM_IMAGE_NAME$FROM_IMAGE_DIGEST
|
||||
|
||||
Reference in New Issue
Block a user