mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
ci: Enable CTest.Update{CVS,SVN,HG} tests
Enable all three in Debian builds. Leave out CVS in Fedora builds because the cvs package was not built with `--enable-rootcommit`.
This commit is contained in:
@@ -23,6 +23,12 @@ apt-get install -y \
|
|||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
jq
|
jq
|
||||||
|
|
||||||
|
# Packages needed to test CTest.
|
||||||
|
apt-get install -y \
|
||||||
|
cvs \
|
||||||
|
subversion \
|
||||||
|
mercurial
|
||||||
|
|
||||||
# Packages needed to test find modules.
|
# Packages needed to test find modules.
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
alsa-utils \
|
alsa-utils \
|
||||||
|
|||||||
@@ -23,6 +23,12 @@ apt-get install -y \
|
|||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
jq
|
jq
|
||||||
|
|
||||||
|
# Packages needed to test CTest.
|
||||||
|
apt-get install -y \
|
||||||
|
cvs \
|
||||||
|
subversion \
|
||||||
|
mercurial
|
||||||
|
|
||||||
# Packages needed to test find modules.
|
# Packages needed to test find modules.
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
alsa-utils \
|
alsa-utils \
|
||||||
|
|||||||
@@ -36,6 +36,11 @@ dnf install --setopt=install_weak_deps=False -y \
|
|||||||
jq \
|
jq \
|
||||||
which
|
which
|
||||||
|
|
||||||
|
# Packages needed to test CTest.
|
||||||
|
dnf install --setopt=install_weak_deps=False -y \
|
||||||
|
subversion \
|
||||||
|
mercurial
|
||||||
|
|
||||||
# Packages needed to test CPack.
|
# Packages needed to test CPack.
|
||||||
dnf install --setopt=install_weak_deps=False -y \
|
dnf install --setopt=install_weak_deps=False -y \
|
||||||
rpm-build
|
rpm-build
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
### Debian
|
### Debian
|
||||||
|
|
||||||
.debian10:
|
.debian10:
|
||||||
image: "kitware/cmake:ci-debian10-x86_64-2021-06-28"
|
image: "kitware/cmake:ci-debian10-x86_64-2021-10-05"
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
CMake_SKIP_INSTALL: 1
|
CMake_SKIP_INSTALL: 1
|
||||||
|
|
||||||
.debian10_aarch64:
|
.debian10_aarch64:
|
||||||
image: "kitware/cmake:ci-debian10-aarch64-2021-06-28"
|
image: "kitware/cmake:ci-debian10-aarch64-2021-10-05"
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
### Fedora
|
### Fedora
|
||||||
|
|
||||||
.fedora34:
|
.fedora34:
|
||||||
image: "kitware/cmake:ci-fedora34-x86_64-2021-06-28"
|
image: "kitware/cmake:ci-fedora34-x86_64-2021-10-05"
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"
|
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"
|
||||||
|
|||||||
Reference in New Issue
Block a user