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 70bfdc4 commit 67a7dd7Copy full SHA for 67a7dd7
.github/workflows/Ubuntu.yml
@@ -484,7 +484,8 @@ jobs:
484
cmake --build . --target doxygen-cppinterop --parallel ${{ env.ncpus }}
485
cmake --build . --target sphinx-cppinterop --parallel ${{ env.ncpus }}
486
else
487
- cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
+ cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }} || true
488
+ cat /home/runner/work/CppInterOp/CppInterOp/build/unittests/googletest-prefix/src/googletest-stamp/googletest-configure-Release.cmake
489
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests
490
fi
491
cd ..
0 commit comments