Skip to content

Commit

Permalink
Update ctest yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kocimil1 committed Dec 18, 2024
1 parent 3b3db0b commit 4b5295b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ jobs:
- name: CMake
run: cmake ${{github.workspace}}/cpp

- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/cpp/Build

# - name: Make
# - name: Build
# # Build your program with the given configuration
# run: make ${{github.workspace}}/cpp/Build -j19
# run: cmake --build ${{github.workspace}}/cpp/Build

- name: Make
# Build your program with the given configuration
run: make ${{github.workspace}}/cpp/Build -j19


# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
- name: Test
working-directory: ${{github.workspace}}/cpp/Build/tests
run: ctest ${{github.workspace}}/cpp/Build -V #--test-dir ${{github.workspace}}/cpp/Build/tests
# working-directory: ${{github.workspace}}/cpp/Build/tests
run: ctest ${{github.workspace}}/cpp/Build -V --test-dir ${{github.workspace}}/cpp/Build/tests

0 comments on commit 4b5295b

Please sign in to comment.