1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

Adding cmake to travis

Not 100% if it will work, let's see
This commit is contained in:
Karel Bilek 2016-01-26 22:15:38 +01:00
parent 2802d97d47
commit b1a73ed984

View File

@ -16,3 +16,6 @@ script:
- ./tests
- ./test-openssl 1000
- ITERS=10 py.test
- mkdir _build && cd _build
- cmake ..
- make