Skip to content

Commit a727f81

Browse files
authored
Update ci.yml
1 parent 2ede620 commit a727f81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
sudo apt update
2727
sudo apt-get install --no-install-recommends \
2828
git cmake gcc g++ libboost1.67-all-dev python3-all-dev swig libpcre3-dev libxml2-dev \
29-
liboce-foundation-dev liboce-modeling-dev liboce-ocaf-dev liboce-visualization-dev liboce-ocaf-lite-dev
29+
liboce-foundation-dev liboce-modeling-dev liboce-ocaf-dev liboce-visualization-dev liboce-ocaf-lite-dev \
30+
libhdf5-dev
3031
3132
-
3233
name: ccache
@@ -52,6 +53,8 @@ jobs:
5253
-DCOLLADA_SUPPORT=Off \
5354
-DLIBXML2_INCLUDE_DIR=/usr/include/libxml2 \
5455
-DLIBXML2_LIBRARIES=/usr/lib/x86_64-linux-gnu/libxml2.so \
56+
"-DSCHEMA_VERSIONS=2x3;4" \
57+
-DHDF5_INCLUDE_DIR=/usr/include/hdf5/serial \
5558
../cmake
5659
make -j $(nproc)
5760
make install

0 commit comments

Comments
 (0)