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 955c40b commit 22e4509Copy full SHA for 22e4509
.github/workflows/build.yml
@@ -64,7 +64,6 @@ jobs:
64
cd build
65
cmake .. -DBUILD_GMOCK=OFF -DINSTALL_GTEST=OFF -DCMAKE_BUILD_TYPE=Release
66
cmake --build . --config Release --verbose
67
- ctest -V -C Release
68
cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/
69
- name: Build-macosx
70
if: startsWith(matrix.os, 'macos')
0 commit comments