We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3fba0 commit cfb3fb2Copy full SHA for cfb3fb2
.github/workflows/analysis.yml
@@ -47,7 +47,11 @@ jobs:
47
-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
48
-DBUILD_TESTS=ON \
49
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
50
- #-DFETCH_DEPENDENCIES_WITH_CMAKE=MISSING
+
51
+ # Build sparrow-ipc to have the generated flatbuffers files available
52
+ - name: Build sparrow-ipc
53
+ working-directory: build
54
+ run: cmake --build . --target sparrow-ipc
55
56
# Run Clang-Tidy and Clang-Format Analysis
57
- name: Run C++ analysis
0 commit comments