Skip to content

Commit

Permalink
Update build_msvc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 authored Apr 23, 2024
1 parent 3738b18 commit 22261ba
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ jobs:
cd build
ls -R
cd ..
# - name: Run Release tests
# run: |
# cd build
- name: Run Release tests
run: |
cd build/Debug
tinytiffwriter_test --simple
tinytiffreader_test --simple
# ctest -C Release -LE explicitonly --output-on-failure
# - name: Run Debug tests
# run: |
# cd build
- name: Run Debug tests
run: |
cd build/Release
tinytiffwriter_test --simple
tinytiffreader_test --simple
# ctest -C Debug -LE explicitonly --output-on-failure
# - name: Install
# run: |
# cmake --install build --config Release
# - name: Test Installation
# run: |
# cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} -B build_install_test tests/installation_tests/find
# cmake --build build_install_test --config Release
- name: Install
run: |
cmake --install build --config Release

0 comments on commit 22261ba

Please sign in to comment.