mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
Next attempt
This commit is contained in:
parent
9ee5e38fef
commit
2a1949a5b0
14
.travis.yml
14
.travis.yml
@ -124,12 +124,26 @@ script:
|
||||
CMAKE_CXX_FLAGS="-fsanitize=undefined -fno-omit-frame-pointer"
|
||||
renew_build
|
||||
ninja -j2
|
||||
if [ $? -ne 0 ] ; then
|
||||
return -1
|
||||
fi
|
||||
|
||||
ctest --verbose
|
||||
if [ $? -ne 0 ] ; then
|
||||
return -1
|
||||
fi
|
||||
else
|
||||
# Build an run the tests suite with valgrind
|
||||
renew_build
|
||||
ninja -j2
|
||||
if [ $? -ne 0 ] ; then
|
||||
return -1
|
||||
fi
|
||||
|
||||
valgrind --error-exitcode=1 --leak-check=full --show-reachable=yes ctest --verbose
|
||||
if [ $? -ne 0 ] ; then
|
||||
return -1
|
||||
fi
|
||||
fi
|
||||
|
||||
notifications:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user