mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-27 03:40:22 +00:00
Attempt to add Code Coverage report (Take 4)
This should be interesting...
This commit is contained in:
parent
40395c0150
commit
b5240463f1
@ -33,11 +33,13 @@ env:
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
|
||||
# The sanitizer builds under Clang run slowly
|
||||
# The sanitizer builds run slowly under Clang. CodeCov crashes under Clang.
|
||||
- compiler: clang
|
||||
env: BUILD_MODE="asan"
|
||||
- compiler: clang
|
||||
env: BUILD_MODE="ubsan"
|
||||
- compiler: clang
|
||||
env: BUILD_MODE="codecov"
|
||||
|
||||
script:
|
||||
- make "$BUILD_MODE" && ./cryptest.exe v && ./cryptest.exe tv all
|
||||
|
Loading…
Reference in New Issue
Block a user