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 b0947bc commit fd9d14d
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/build_msvc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asname: BUILD-MSVC-CI
name: BUILD-MSVC-CI

on: [push, pull_request]

Expand Down Expand Up @@ -30,15 +30,19 @@ jobs:
- name: Build Release
run: |
cmake --build build --config Release --verbose
- name: Install
run: |
cmake --install build --config Release
ls -R
- name: Run Release tests
run: |
cd build
cd output
cd Release
pwd
ls
./tinytiffwriter_test --simple
./tinytiffreader_test --simple
tinytiffwriter_test --simple
tinytiffreader_test --simple
# ctest -C Release -LE explicitonly --output-on-failure
- name: Run Debug tests
run: |
Expand All @@ -47,10 +51,7 @@ jobs:
cd Debug
pwd
ls
./tinytiffwriter_test.exe --simple
./tinytiffreader_test.exe --simple
tinytiffwriter_test.exe --simple
tinytiffreader_test.exe --simple
# ctest -C Debug -LE explicitonly --output-on-failure
- name: Install
run: |
cmake --install build --config Release
ls -R

0 comments on commit fd9d14d

Please sign in to comment.