diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index efd014ba7..11aabbb04 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,4 +1,4 @@ -name: Generic Build +name: CMake Builds on: push: @@ -41,12 +41,12 @@ jobs: # Execute the build. You can specify a specific target with "--target " run: cmake --build . --config $env:BUILD_TYPE - - name: Test - working-directory: ${{github.workspace}}/build - shell: powershell - # Execute tests defined by the CMake configuration. - # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -C $env:BUILD_TYPE +# - name: Test +# working-directory: ${{github.workspace}}/build +# shell: powershell +# # Execute tests defined by the CMake configuration. +# # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail +# run: ctest -C $env:BUILD_TYPE build_linux: name: Linux Build @@ -85,9 +85,9 @@ jobs: # Execute the build. You can specify a specific target with "--target " run: cmake --build . --config $BUILD_TYPE - - name: Test - working-directory: ${{github.workspace}}/build - shell: bash - # Execute tests defined by the CMake configuration. - # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -C $BUILD_TYPE \ No newline at end of file +# - name: Test +# working-directory: ${{github.workspace}}/build +# shell: bash +# # Execute tests defined by the CMake configuration. +# # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail +# run: ctest -C $BUILD_TYPE \ No newline at end of file