ci - Use CTest for coverage builds

This commit is contained in:
Luis Díaz Más 2021-05-15 17:10:20 +02:00
parent 8d596283b1
commit 34945e39c4
2 changed files with 6 additions and 12 deletions

View File

@ -40,10 +40,8 @@ jobs:
env:
EXIV2_EXT: .exe
run: |
cd build/bin
./unit_tests
cd ../../tests/
python runner.py -v
cd build
ctest --output-on-failure
bash <(curl -s https://codecov.io/bash)
special_releaseValgrind:
@ -119,10 +117,8 @@ jobs:
env:
EXIV2_EXT: .exe
run: |
cd build/bin
./unit_tests
cd ../../tests/
python runner.py -v
cd build
ctest --output-on-failure
special_allEnabled:
name: 'Ubuntu 20.04 - GCC - All Options Enabled'

View File

@ -41,8 +41,6 @@ jobs:
env:
EXIV2_EXT: .exe
run: |
cd build/bin
./unit_tests
cd ../../tests/
python runner.py -v
cd build
ctest --output-on-failure
bash <(curl -s https://codecov.io/bash)