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