You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/.travis.yml

26 lines
441 B

sudo: false
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
- libssl-dev
- python-pip
install:
- pip install --user pytest ecdsa curve25519-donna
script:
- make
- ./tests
- ./test-openssl 1000
- ITERS=10 py.test
- mkdir _build && cd _build
- cmake ..
- make