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

29 lines
409 B

sudo: false
dist: trusty
language: c
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-5
- check
- cmake
- cmake-data
- libssl-dev
- python-pip
install:
8 years ago
- pip install --user pytest ecdsa curve25519-donna
script:
- export CC='gcc-5'
- make
- ./tests
- ./test-openssl 1000
- ITERS=10 py.test
- mkdir _build && cd _build
- cmake ..
- make