Skip to content

Commit ab4b550

Browse files
committed
Enable examples in CI
Signed-off-by: Darby Johnston <[email protected]>
1 parent 73f2a66 commit ab4b550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
cmake -E make_directory ${{ env.OTIO_BUILD_DIR }}
5757
cd ${{ env.OTIO_BUILD_DIR }}
58-
cmake ${{ github.workspace }} -DCMAKE_INSTALL_PREFIX=${{ env.OTIO_INSTALL_DIR }} -DOTIO_SHARED_LIBS=OFF -DOTIO_CXX_COVERAGE=ON
58+
cmake ${{ github.workspace }} -DCMAKE_INSTALL_PREFIX=${{ env.OTIO_INSTALL_DIR }} -DOTIO_SHARED_LIBS=OFF -DOTIO_CXX_COVERAGE=ON -DOTIO_CXX_EXAMPLES=ON
5959
cmake --build . --config ${{ env.OTIO_BUILD_CONFIG }}
6060
- name: Run tests
6161
run: |

0 commit comments

Comments
 (0)