mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
ci: Add wxWidgets to Debian and Fedora base images
This commit is contained in:
@@ -76,6 +76,7 @@ libsdl-dev
|
||||
libsqlite3-dev
|
||||
libtiff-dev
|
||||
libuv1-dev
|
||||
libwxgtk3.0-dev
|
||||
libx11-dev
|
||||
libxalan-c-dev
|
||||
libxerces-c-dev
|
||||
|
||||
@@ -79,6 +79,7 @@ libsdl-dev
|
||||
libsqlite3-dev
|
||||
libtiff-dev
|
||||
libuv1-dev
|
||||
libwxgtk3.0-dev
|
||||
libx11-dev
|
||||
libxalan-c-dev
|
||||
libxerces-c-dev
|
||||
|
||||
@@ -105,6 +105,7 @@ SDL-devel
|
||||
sqlite-devel
|
||||
swig
|
||||
unixODBC-devel
|
||||
wxGTK-devel
|
||||
xalan-c-devel
|
||||
xerces-c-devel
|
||||
xz-devel
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
### Debian
|
||||
|
||||
.debian10:
|
||||
image: "kitware/cmake:ci-debian10-x86_64-2023-02-07"
|
||||
image: "kitware/cmake:ci-debian10-x86_64-2023-03-08"
|
||||
|
||||
variables:
|
||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
||||
@@ -60,7 +60,7 @@
|
||||
CMAKE_CI_NO_INSTALL: 1
|
||||
|
||||
.debian10_aarch64:
|
||||
image: "kitware/cmake:ci-debian10-aarch64-2023-02-07"
|
||||
image: "kitware/cmake:ci-debian10-aarch64-2023-03-08"
|
||||
|
||||
variables:
|
||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
||||
@@ -69,7 +69,7 @@
|
||||
### Fedora
|
||||
|
||||
.fedora37:
|
||||
image: "kitware/cmake:ci-fedora37-x86_64-2023-02-07"
|
||||
image: "kitware/cmake:ci-fedora37-x86_64-2023-03-08"
|
||||
|
||||
variables:
|
||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"
|
||||
|
||||
Reference in New Issue
Block a user