ci - Use CTest in all the ci jobs

This commit is contained in:
Luis Díaz Más 2021-05-14 18:26:20 +02:00
parent d3b9e6b68a
commit f956a398ad
4 changed files with 8 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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'