1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 13:38:12 +00:00
trezor-firmware/.travis.yml

22 lines
273 B
YAML
Raw Normal View History

sudo: false
2015-07-29 17:52:42 +00:00
language: c
addons:
apt:
packages:
- check
2015-07-31 08:09:15 +00:00
- libssl-dev
- python-pip
install:
- pip install --user pytest ecdsa
2015-07-29 17:52:42 +00:00
script:
2015-07-31 08:09:15 +00:00
- make
2015-07-29 17:52:42 +00:00
- ./tests
2015-07-31 08:09:15 +00:00
- ./test-openssl 1000
- ITERS=10 py.test
- mkdir _build && cd _build
- cmake ..
- make