Skip to content

Commit bd2e735

Browse files
committed
Add CI for OPENVDB_ENABLE_TREE_IO
Signed-off-by: Dan Bailey <danbailey@ilm.com>
1 parent 63395e2 commit bd2e735

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ jobs:
6767
strategy:
6868
matrix:
6969
config:
70-
- { cxx: clang++, image: '2026', abi: '13', build: 'Release', cmake: '-DOPENVDB_USE_FUTURE_ABI_13=ON -DOPENVDB_ENABLE_ASSERTS=ON' }
71-
- { cxx: g++, image: '2026', abi: '13', build: 'Release', cmake: '-DOPENVDB_USE_FUTURE_ABI_13=ON' }
72-
- { cxx: clang++, image: '2026', abi: '13', build: 'Debug', cmake: '-DOPENVDB_USE_FUTURE_ABI_13=ON' }
70+
- { cxx: clang++, image: '2026', abi: '13', build: 'Release', cmake: '-DOPENVDB_ENABLE_ASSERTS=ON -DOPENVDB_ENABLE_TREE_IO=ON' }
71+
- { cxx: g++, image: '2026', abi: '13', build: 'Release', cmake: '' }
72+
- { cxx: clang++, image: '2026', abi: '13', build: 'Debug', cmake: '' }
7373
- { cxx: clang++, image: '2025-clang19.1', abi: '12', build: 'Release', cmake: '' }
7474
- { cxx: clang++, image: '2024-clang17.2', abi: '11', build: 'Release', cmake: '-DDISABLE_DEPENDENCY_VERSION_CHECKS=ON' }
7575
fail-fast: false

.github/workflows/weekly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
- { name: 'asan', image: '2026', build: 'asan', components: 'core,test', cmake: '-DDISABLE_DEPENDENCY_VERSION_CHECKS=ON -DNANOVDB_USE_OPENVDB=ON -DOPENVDB_AX_STATIC=OFF -DOPENVDB_CORE_STATIC=OFF -DUSE_BLOSC=OFF' } # We never called blosc_destroy(), so disable blosc to silence these errors
155155
- { name: 'ubsan', image: '2026', build: 'ubsan', components: 'core,test', cmake: '-DDISABLE_DEPENDENCY_VERSION_CHECKS=ON -DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" ' }
156156
- { name: 'c++20', image: '2026', build: 'Release', components: 'core,test', cmake: '-DCMAKE_CXX_STANDARD=20' }
157+
- { name: 'io', image: '2026', build: 'Release', components: 'core,test', cmake: '-DOPENVDB_ENABLE_TREE_IO=ON -DOPENVDB_ENABLE_ASSERTS=ON' }
157158
- { name: 'abi14', image: '2026', build: 'Release', components: 'core,test', cmake: '-DOPENVDB_USE_FUTURE_ABI_14=ON -DOPENVDB_ENABLE_ASSERTS=ON' }
158159
- { name: 'conf', image: '2026', build: 'Release', components: 'core,python,bin,view,render,test', cmake: '-DCMAKE_FIND_PACKAGE_PREFER_CONFIG=ON' }
159160
fail-fast: false

0 commit comments

Comments
 (0)