Remove valgrind build step on CI for now
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
758b3f5631
commit
cd0e183598
30
.drone.yml
30
.drone.yml
|
@ -30,20 +30,20 @@ steps:
|
|||
- ./ArbutilsTests -s --duration=true --force-colors=true
|
||||
depends_on:
|
||||
- test-debug-linux
|
||||
- name: test-release-linux_valgrind
|
||||
image: deukhoofd/linux64builder
|
||||
environment:
|
||||
CC: /usr/bin/clang
|
||||
CXX: /usr/bin/clang++
|
||||
CMAKE_RANLIB: /usr/bin/llvm-ranlib
|
||||
CMAKE_AR: /usr/bin/llvm-ar
|
||||
commands:
|
||||
- cmake -GNinja -DCMAKE_BUILD_TYPE=Release . -B build-release_valgrind -DSTATICC=ON -DARBUTILS_TESTS=ON -DSANITIZER_TESTS=OFF
|
||||
- cmake --build build-release_valgrind --target all -- -j 4
|
||||
- cd build-release_valgrind
|
||||
- valgrind --tool=memcheck --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 ./ArbutilsTests
|
||||
depends_on:
|
||||
- test-release-linux
|
||||
# - name: test-release-linux_valgrind
|
||||
# image: deukhoofd/linux64builder
|
||||
# environment:
|
||||
# CC: /usr/bin/clang
|
||||
# CXX: /usr/bin/clang++
|
||||
# CMAKE_RANLIB: /usr/bin/llvm-ranlib
|
||||
# CMAKE_AR: /usr/bin/llvm-ar
|
||||
# commands:
|
||||
# - cmake -GNinja -DCMAKE_BUILD_TYPE=Release . -B build-release_valgrind -DSTATICC=ON -DARBUTILS_TESTS=ON -DSANITIZER_TESTS=OFF
|
||||
# - cmake --build build-release_valgrind --target all -- -j 4
|
||||
# - cd build-release_valgrind
|
||||
# - valgrind --tool=memcheck --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 ./ArbutilsTests
|
||||
# depends_on:
|
||||
# - test-release-linux
|
||||
- name: test-release-windows
|
||||
image: deukhoofd/windowsbuilder
|
||||
commands:
|
||||
|
@ -78,6 +78,6 @@ volumes:
|
|||
path: /home/docs/Arbutils
|
||||
---
|
||||
kind: signature
|
||||
hmac: 8cd9f2cca97c22b86e4eefc0eb28b80fd3efa7f4aa923368d3a648648d38502b
|
||||
hmac: 7dfc9693e03ee0e201da42871b0f32e994f9a457852b65dfcb46b56f4531b084
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue