mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'rel-package-names'
2186f8988fUtilities/Release: Rename Windows packages to 'windows-$arch'dc9340dbc4Utilities/Release: Rename Linux packages to 'linux-$arch' Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5738
This commit is contained in:
@@ -39,7 +39,7 @@ Each ``<os>/<arch>/`` directory contains the following:
|
||||
-f cmake-src/Utilities/Release/linux/x86_64/Dockerfile cmake-src
|
||||
$ docker container create --name cmake-build cmake:build
|
||||
$ docker cp cmake-build:/out .
|
||||
$ ls out/cmake-*-Linux-x86_64.*
|
||||
$ ls out/cmake-*-linux-x86_64.*
|
||||
|
||||
On Windows, the ``win/x86`` specifications support both the ``x86_64``
|
||||
and ``i386`` architectures selected via ``--build-arg ARCH=...``.
|
||||
@@ -58,8 +58,8 @@ Each ``<os>/<arch>/`` directory contains the following:
|
||||
|
||||
FROM cmake:test-base
|
||||
COPY cmake-src /opt/cmake/src/cmake
|
||||
ADD out/cmake-<ver>-Linux-x86_64.tar.gz /opt/
|
||||
ENV PATH=/opt/cmake-<ver>-Linux-x86_64/bin:$PATH
|
||||
ADD out/cmake-<ver>-linux-x86_64.tar.gz /opt/
|
||||
ENV PATH=/opt/cmake-<ver>-linux-x86_64/bin:$PATH
|
||||
|
||||
Build the test image and run it to drive testing:
|
||||
|
||||
|
||||
@@ -31,5 +31,5 @@ RUN : \
|
||||
&& bin/cpack -G STGZ \
|
||||
&& set +x \
|
||||
&& mkdir /out \
|
||||
&& mv cmake-*-Linux-aarch64.* /out \
|
||||
&& mv cmake-*-linux-aarch64.* /out \
|
||||
&& :
|
||||
|
||||
@@ -41,4 +41,4 @@ CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE
|
||||
CMake_TEST_Qt5:BOOL=FALSE
|
||||
|
||||
# CPack package file name component for this platform.
|
||||
CPACK_SYSTEM_NAME:STRING=Linux-aarch64
|
||||
CPACK_SYSTEM_NAME:STRING=linux-aarch64
|
||||
|
||||
@@ -32,5 +32,5 @@ RUN : \
|
||||
&& bin/cpack -G STGZ \
|
||||
&& set +x \
|
||||
&& mkdir /out \
|
||||
&& mv cmake-*-Linux-x86_64.* /out \
|
||||
&& mv cmake-*-linux-x86_64.* /out \
|
||||
&& :
|
||||
|
||||
@@ -41,4 +41,4 @@ CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE
|
||||
CMake_TEST_Qt5:BOOL=FALSE
|
||||
|
||||
# CPack package file name component for this platform.
|
||||
CPACK_SYSTEM_NAME:STRING=Linux-x86_64
|
||||
CPACK_SYSTEM_NAME:STRING=linux-x86_64
|
||||
|
||||
@@ -42,4 +42,4 @@ CMAKE_Swift_COMPILER:FILEPATH=FALSE
|
||||
CMake_TEST_Qt5:BOOL=FALSE
|
||||
|
||||
# CPack package file name component for this platform.
|
||||
CPACK_SYSTEM_NAME:STRING=win32-x86
|
||||
CPACK_SYSTEM_NAME:STRING=windows-i386
|
||||
|
||||
@@ -42,4 +42,4 @@ CMAKE_Swift_COMPILER:FILEPATH=FALSE
|
||||
CMake_TEST_Qt5:BOOL=FALSE
|
||||
|
||||
# CPack package file name component for this platform.
|
||||
CPACK_SYSTEM_NAME:STRING=win64-x64
|
||||
CPACK_SYSTEM_NAME:STRING=windows-x86_64
|
||||
|
||||
Reference in New Issue
Block a user