mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-27 10:22:34 +00:00
travis.yml: Add Valgrind
This commit is contained in:
parent
7f07896c9b
commit
d5b148ad5f
@ -14,6 +14,7 @@ addons:
|
|||||||
- cmake-data
|
- cmake-data
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- python-pip
|
- python-pip
|
||||||
|
- valgrind
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --user pytest ecdsa curve25519-donna
|
- pip install --user pytest ecdsa curve25519-donna
|
||||||
@ -21,6 +22,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- ./tests
|
- ./tests
|
||||||
|
- CK_TIMEOUT_MULTIPLIER=20 valgrind -q --error-exitcode=1 ./tests
|
||||||
- ./test-openssl 1000
|
- ./test-openssl 1000
|
||||||
- ITERS=10 py.test
|
- ITERS=10 py.test
|
||||||
- mkdir _build && cd _build && cmake .. && make && cd ..
|
- mkdir _build && cd _build && cmake .. && make && cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user