mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
travis: Run integration tests with and without valgrind on travis
Run one travis build with valgrind on legacy tests, off on new daemon tests, and another build with the roles switched. Should also speed this up a bit since we run in parallel.
This commit is contained in:
parent
9ec804341c
commit
8ba457956a
@ -2,6 +2,10 @@ language: c
|
|||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: true
|
sudo: true
|
||||||
|
|
||||||
|
env:
|
||||||
|
- NOVALGRIND=1 NO_VALGRIND=0
|
||||||
|
- NOVALGRIND=0 NO_VALGRIND=1
|
||||||
|
|
||||||
# Trusty (aka 14.04) is way way too old, so run in docker...
|
# Trusty (aka 14.04) is way way too old, so run in docker...
|
||||||
script:
|
script:
|
||||||
- docker pull cdecker/lightning-ci > /dev/null
|
- docker pull cdecker/lightning-ci > /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user