mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
ci: Add wxWidgets to Debian and Fedora base images
This commit is contained in:
@@ -76,6 +76,7 @@ libsdl-dev
|
|||||||
libsqlite3-dev
|
libsqlite3-dev
|
||||||
libtiff-dev
|
libtiff-dev
|
||||||
libuv1-dev
|
libuv1-dev
|
||||||
|
libwxgtk3.0-dev
|
||||||
libx11-dev
|
libx11-dev
|
||||||
libxalan-c-dev
|
libxalan-c-dev
|
||||||
libxerces-c-dev
|
libxerces-c-dev
|
||||||
|
|||||||
@@ -79,6 +79,7 @@ libsdl-dev
|
|||||||
libsqlite3-dev
|
libsqlite3-dev
|
||||||
libtiff-dev
|
libtiff-dev
|
||||||
libuv1-dev
|
libuv1-dev
|
||||||
|
libwxgtk3.0-dev
|
||||||
libx11-dev
|
libx11-dev
|
||||||
libxalan-c-dev
|
libxalan-c-dev
|
||||||
libxerces-c-dev
|
libxerces-c-dev
|
||||||
|
|||||||
@@ -105,6 +105,7 @@ SDL-devel
|
|||||||
sqlite-devel
|
sqlite-devel
|
||||||
swig
|
swig
|
||||||
unixODBC-devel
|
unixODBC-devel
|
||||||
|
wxGTK-devel
|
||||||
xalan-c-devel
|
xalan-c-devel
|
||||||
xerces-c-devel
|
xerces-c-devel
|
||||||
xz-devel
|
xz-devel
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
### Debian
|
### Debian
|
||||||
|
|
||||||
.debian10:
|
.debian10:
|
||||||
image: "kitware/cmake:ci-debian10-x86_64-2023-02-07"
|
image: "kitware/cmake:ci-debian10-x86_64-2023-03-08"
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
CMAKE_CI_NO_INSTALL: 1
|
CMAKE_CI_NO_INSTALL: 1
|
||||||
|
|
||||||
.debian10_aarch64:
|
.debian10_aarch64:
|
||||||
image: "kitware/cmake:ci-debian10-aarch64-2023-02-07"
|
image: "kitware/cmake:ci-debian10-aarch64-2023-03-08"
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
### Fedora
|
### Fedora
|
||||||
|
|
||||||
.fedora37:
|
.fedora37:
|
||||||
image: "kitware/cmake:ci-fedora37-x86_64-2023-02-07"
|
image: "kitware/cmake:ci-fedora37-x86_64-2023-03-08"
|
||||||
|
|
||||||
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