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.
2 parents 58f9ffa + 732025f commit 6c507f9Copy full SHA for 6c507f9
.github/workflows/cmake.yml
@@ -25,10 +25,6 @@ jobs:
25
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
26
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
27
28
- - name: Build
29
- # Build your program with the given configuration
30
- run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
31
-
32
- name: Test
33
working-directory: ${{github.workspace}}/build
34
# Execute tests defined by the CMake configuration.
0 commit comments