mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-13 12:59:55 -05:00
CI: Install jsonschema for schema testing
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
set(BUILD_CursesDialog ON CACHE BOOL "")
|
||||
set(BUILD_QtDialog ON CACHE BOOL "")
|
||||
set(CMake_TEST_JSON_SCHEMA ON CACHE BOOL "")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/configure_common.cmake")
|
||||
|
||||
@@ -65,6 +65,7 @@ dnf install --setopt=install_weak_deps=False -y \
|
||||
pypy3 pypy3-devel \
|
||||
python2 python2-devel python2-numpy \
|
||||
python3 python3-devel python3-numpy \
|
||||
python3-jsmin python3-jsonschema \
|
||||
ruby rubygems ruby-devel \
|
||||
SDL-devel \
|
||||
sqlite-devel \
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
### Fedora
|
||||
|
||||
.fedora31:
|
||||
image: "kitware/cmake:ci-fedora31-x86_64-2020-10-03"
|
||||
image: "kitware/cmake:ci-fedora31-x86_64-2020-10-20"
|
||||
|
||||
variables:
|
||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
||||
|
||||
Reference in New Issue
Block a user