Skip to content

Commit f912be7

Browse files
authored
IfcOpenShell#2720 add gltf to CD yml
1 parent 04bdb12 commit f912be7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sudo apt-get install --no-install-recommends \
3030
git cmake gcc g++ libboost-all-dev python3-all-dev swig libpcre3-dev libxml2-dev \
3131
libocct-foundation-dev libocct-modeling-algorithms-dev libocct-modeling-data-dev libocct-ocaf-dev libocct-visualization-dev libocct-data-exchange-dev \
32-
libhdf5-dev libcgal-dev
32+
libhdf5-dev libcgal-dev nlohmann-json3-dev
3333
3434
-
3535
name: ccache
@@ -61,6 +61,7 @@ jobs:
6161
-DGMP_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu \
6262
-DMPFR_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu \
6363
-DHDF5_INCLUDE_DIR=/usr/include/hdf5/serial \
64+
-DGLTF_SUPPORT=On \
6465
../cmake
6566
make -j $(nproc)
6667
make install

0 commit comments

Comments
 (0)