ci - Use CTest for coverage builds
This commit is contained in:
parent
8d596283b1
commit
34945e39c4
12
.github/workflows/on_PR_linux_special_buils.yml
vendored
12
.github/workflows/on_PR_linux_special_buils.yml
vendored
@ -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'
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user