summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/docker
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-10-14 19:43:15 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2020-10-20 16:18:10 (GMT)
commit21bc2fd945aa06c640bd609bf1e57cc208d6d6bd (patch)
treef7b6695d764cb506c4d0401727f9677eabdecac4 /.gitlab/ci/docker
parente3bce8edf435c107dac719952145f68b11b30741 (diff)
downloadCMake-21bc2fd945aa06c640bd609bf1e57cc208d6d6bd.zip
CMake-21bc2fd945aa06c640bd609bf1e57cc208d6d6bd.tar.gz
CMake-21bc2fd945aa06c640bd609bf1e57cc208d6d6bd.tar.bz2
CI: Install jsonschema for schema testing
Diffstat (limited to '.gitlab/ci/docker')
-rwxr-xr-x.gitlab/ci/docker/fedora31/install_deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/docker/fedora31/install_deps.sh b/.gitlab/ci/docker/fedora31/install_deps.sh
index 8de213a..fa57f61 100755
--- a/.gitlab/ci/docker/fedora31/install_deps.sh
+++ b/.gitlab/ci/docker/fedora31/install_deps.sh
@@ -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 \