ci - Use CTest in all the ci jobs
This commit is contained in:
parent
d3b9e6b68a
commit
f956a398ad
6
.github/workflows/on_PR_linux_matrix.yml
vendored
6
.github/workflows/on_PR_linux_matrix.yml
vendored
@ -50,7 +50,5 @@ jobs:
|
||||
env:
|
||||
EXIV2_EXT: .exe
|
||||
run: |
|
||||
cd build/bin
|
||||
./unit_tests
|
||||
cd ../../tests/
|
||||
python runner.py -v
|
||||
cd build
|
||||
ctest --output-on-failure
|
||||
|
||||
6
.github/workflows/on_PR_mac_matrix.yml
vendored
6
.github/workflows/on_PR_mac_matrix.yml
vendored
@ -44,7 +44,5 @@ jobs:
|
||||
env:
|
||||
EXIV2_EXT: .exe
|
||||
run: |
|
||||
cd build/bin
|
||||
./unit_tests
|
||||
cd ../../tests/
|
||||
python3 runner.py -v
|
||||
cd build
|
||||
ctest --output-on-failure
|
||||
|
||||
6
.github/workflows/on_PR_windows_matrix.yml
vendored
6
.github/workflows/on_PR_windows_matrix.yml
vendored
@ -78,7 +78,5 @@ jobs:
|
||||
env:
|
||||
EXIV2_EXT: .exe
|
||||
run: |
|
||||
cd build/bin
|
||||
./unit_tests.exe
|
||||
cd ../../tests/
|
||||
python.exe runner.py -v
|
||||
cd build
|
||||
ctest --output-on-failure
|
||||
|
||||
4
.github/workflows/on_push_BasicWinLinMac.yml
vendored
4
.github/workflows/on_push_BasicWinLinMac.yml
vendored
@ -50,8 +50,8 @@ jobs:
|
||||
|
||||
- name: Unit Test
|
||||
run: |
|
||||
cd build/bin
|
||||
./unit_tests.exe
|
||||
cd build
|
||||
ctest --output-on-failure
|
||||
|
||||
Linux:
|
||||
name: 'Ubuntu 20.04 - GCC - Arch:x64 BuildType:Release - SHARED'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user