From 9e6de3684f1881d5f97c0ff25a3c641397a3ad67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Thu, 24 Oct 2024 12:09:43 -0400 Subject: [PATCH] [hdf5] Add HDF5 addon --- ci/common.deps.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/common.deps.sh b/ci/common.deps.sh index 826a09e749..0ce315365e 100755 --- a/ci/common.deps.sh +++ b/ci/common.deps.sh @@ -46,6 +46,10 @@ fi if [[ ! -d score-addon-spatgris ]]; then git clone --recursive -j16 https://github.com/ossia/score-addon-spatgris fi + +if [[ ! -d score-addon-hdf5 ]]; then + git clone --recursive -j16 https://github.com/ossia/score-addon-hdf5 +fi )