Skip to content

Commit 6bbb385

Browse files
committed
Update cmake.yml
1 parent b3aab2f commit 6bbb385

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/cmake.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242

4343
steps:
4444
- uses: actions/checkout@v4
45-
with:
46-
submodules: true
4745

4846
- name: Set reusable strings
4947
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
@@ -75,12 +73,6 @@ jobs:
7573
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
7674
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --verbose
7775

78-
- name: Test
79-
working-directory: ${{ steps.strings.outputs.build-output-dir }}
80-
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
81-
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
82-
run: ctest --build-config ${{ matrix.build_type }} --verbose --output-on-failure
83-
8476
- name: Package Build Artifacts
8577
run: |
8678
mkdir -p ${{ steps.strings.outputs.build-output-dir }}/package

0 commit comments

Comments
 (0)