Skip to content

Commit

Permalink
CI: Trying to make test folder BUILD_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hld authored Feb 6, 2024
1 parent 14e4bd1 commit 3dbaa11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ jobs:
working-directory: ${{runner.workspace}}/build
shell: bash
run: |
cp $GITHUB_WORKSPACE/libopenblas.dll ./test/Release/
ls -lh ./test/Release/
./test/Release/saf_test.exe
cp $GITHUB_WORKSPACE/libopenblas.dll ./test/$BUILD_TYPE/
ls -lh ./test/$BUILD_TYPE/
./test/$BUILD_TYPE/saf_test.exe

0 comments on commit 3dbaa11

Please sign in to comment.