mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
ci: Add aspell to Debian and Fedora base images
This commit is contained in:
@@ -34,10 +34,13 @@ mercurial
|
||||
|
||||
# Packages needed to test find modules.
|
||||
alsa-utils
|
||||
aspell
|
||||
aspell-en
|
||||
doxygen graphviz
|
||||
freeglut3-dev
|
||||
gnutls-dev
|
||||
libarchive-dev
|
||||
libaspell-dev
|
||||
libblas-dev
|
||||
libboost-dev
|
||||
libboost-filesystem-dev
|
||||
|
||||
@@ -48,10 +48,13 @@ sudo
|
||||
|
||||
# Packages needed to test find modules.
|
||||
alsa-utils
|
||||
aspell
|
||||
aspell-en
|
||||
doxygen graphviz
|
||||
freeglut3-dev
|
||||
gnutls-dev
|
||||
libarchive-dev
|
||||
libaspell-dev
|
||||
libblas-dev
|
||||
libboost-dev
|
||||
libboost-filesystem-dev
|
||||
|
||||
@@ -59,6 +59,9 @@ rpm-build
|
||||
|
||||
# Packages needed to test find modules.
|
||||
alsa-lib-devel
|
||||
aspell
|
||||
aspell-devel
|
||||
aspell-en
|
||||
blas-devel
|
||||
boost-devel
|
||||
boost-python3-devel
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
### Debian
|
||||
|
||||
.debian12:
|
||||
image: "kitware/cmake:ci-debian12-x86_64-2025-01-23"
|
||||
image: "kitware/cmake:ci-debian12-x86_64-2025-03-31"
|
||||
|
||||
variables:
|
||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
||||
@@ -74,7 +74,7 @@
|
||||
CMAKE_CI_NO_INSTALL: 1
|
||||
|
||||
.debian12_aarch64:
|
||||
image: "kitware/cmake:ci-debian12-aarch64-2025-02-24"
|
||||
image: "kitware/cmake:ci-debian12-aarch64-2025-03-31"
|
||||
|
||||
variables:
|
||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
||||
@@ -83,7 +83,7 @@
|
||||
### Fedora
|
||||
|
||||
.fedora41:
|
||||
image: "kitware/cmake:ci-fedora41-x86_64-2025-02-03"
|
||||
image: "kitware/cmake:ci-fedora41-x86_64-2025-03-31"
|
||||
|
||||
variables:
|
||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"
|
||||
|
||||
Reference in New Issue
Block a user