1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-08 21:52:42 +00:00
This commit is contained in:
Pavol Rusnak 2017-04-11 17:12:30 +02:00
parent 078b387399
commit 4dba3ca38a
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 2 additions and 10 deletions

View File

@ -7,10 +7,7 @@ services:
addons: addons:
apt: apt:
sources:
- ubuntu-toolchain-r-test
packages: packages:
- gcc-5
- check - check
- cmake - cmake
- cmake-data - cmake-data
@ -22,12 +19,9 @@ install:
- pip install --user pytest ecdsa curve25519-donna - pip install --user pytest ecdsa curve25519-donna
script: script:
- export CC='gcc-5'
- make - make
- ./tests - ./tests
- ./test-openssl 1000 - ./test-openssl 1000
- ITERS=10 py.test - ITERS=10 py.test
- mkdir _build && cd _build - mkdir _build && cd _build && cmake .. && make && cd ..
- cmake .. - cd emscripten && rm trezor-crypto.js && make docker-build && make test-correctness && cd ..
- make
- cd .. && cd emscripten && rm trezor-crypto.js && make docker-build && make test-correctness

View File

@ -1,3 +1,2 @@
node_modules/ node_modules/
benchmark-browserify.js benchmark-browserify.js
test-browserify.js

View File

@ -998,4 +998,3 @@
35yMma5rqpgtyutNcqDxvLxPH3abCQsBNo 35yMma5rqpgtyutNcqDxvLxPH3abCQsBNo
39nxXxVtuTnUYBhy9zpsMyGJEg4fyMEm8o 39nxXxVtuTnUYBhy9zpsMyGJEg4fyMEm8o
35EEnuD5NCF1QgSYav3K2YePY8k3GADHTK 35EEnuD5NCF1QgSYav3K2YePY8k3GADHTK
3Noz5NS8cfcQL63YWb4or2Vs5baq71p5uw