mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-23 07:58:09 +00:00
19 lines
221 B
YAML
19 lines
221 B
YAML
sudo: false
|
|
language: c
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- check
|
|
- libssl-dev
|
|
- python-pip
|
|
|
|
install:
|
|
- pip install --user pytest ecdsa
|
|
|
|
script:
|
|
- make
|
|
- ./tests
|
|
- ./test-openssl 1000
|
|
- ITERS=10 py.test
|