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

26 lines
441 B
YAML
Raw Normal View History

sudo: false
2015-07-29 17:52:42 +00:00
language: c
addons:
apt:
sources:
- george-edison55-precise-backports # CMake 3.x
packages:
- check
- cmake # Travis CI comes with CMake 2.8.7, we need CMake 2.8.11
- cmake-data
2015-07-31 08:09:15 +00:00
- libssl-dev
- python-pip
install:
2016-10-15 12:26:51 +00:00
- pip install --user pytest ecdsa curve25519-donna
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