Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
osamu620 committed Jun 12, 2024
1 parent b6439bb commit f33c6e6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ jobs:
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
if: runner.os == 'Windows'
# run: |
# echo "D:/a/OpenHTJ2K/OpenHTJ2K/build/Release" >> $GITHUB_PATH
# echo "D:/a/OpenHTJ2K/OpenHTJ2K/build/bin/Release" >> $GITHUB_PATH
run: ctest -C ${{env.BUILD_TYPE}} -j 2 --output-on-failure
run: |
echo "D:/a/OpenHTJ2K/OpenHTJ2K/build/Release" >> $GITHUB_PATH
echo "D:/a/OpenHTJ2K/OpenHTJ2K/build/bin/Release" >> $GITHUB_PATH
ctest -C ${{env.BUILD_TYPE}} -j 2 --output-on-failure
# run: ctest -C ${{env.BUILD_TYPE}} -j 2 --output-on-failure
- name: Test on Linux or macOS
working-directory: ${{github.workspace}}/build
if: runner.os != 'Windows'
Expand Down

0 comments on commit f33c6e6

Please sign in to comment.