1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-10 01:49:05 +00:00
trezor-firmware/.travis.yml
Karel Bilek b1a73ed984 Adding cmake to travis
Not 100% if it will work, let's see
2016-01-26 22:32:41 +01:00

22 lines
273 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
- mkdir _build && cd _build
- cmake ..
- make