Skip to content

Commit

Permalink
fix github ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Владимир Чиж authored and Владимир Чиж committed Feb 29, 2024
1 parent b959229 commit 5bc1cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ jobs:
# 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).
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
if: matrix.os=='macos-14'
run: ./IntegrationTests/in_tests.cmd ${{ steps.strings.outputs.build-output-dir }}/bpatch
run: ./IntegrationTests/in_tests.sh ${{ steps.strings.outputs.build-output-dir }}/bpatch

- name: Integration Tests on Windows
# 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).
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
if: matrix.os=='windows-latest'
shell: cmd
run: ./IntegrationTests/in_tests.cmd ${{ steps.strings.outputs.build-output-dir }}/testbpatch/${{ matrix.build_type }}/bpatch.exe
run: ./IntegrationTests/in_tests.cmd ${{ steps.strings.outputs.build-output-dir }}/${{ matrix.build_type }}/bpatch.exe

0 comments on commit 5bc1cb2

Please sign in to comment.