mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-13 17:00:59 +00:00
add gitian build (work in progress)
This commit is contained in:
parent
1d3c7ee3f2
commit
0eab05cd53
19
gitian/gitian.yml
Normal file
19
gitian/gitian.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
name: "trezor-mcu"
|
||||||
|
enable_cache: true
|
||||||
|
suites:
|
||||||
|
- "trusty"
|
||||||
|
architectures:
|
||||||
|
- "amd64"
|
||||||
|
packages:
|
||||||
|
- "build-essential"
|
||||||
|
- "gcc-arm-none-eabi"
|
||||||
|
reference_datetime: "2015-06-01 00:00:00"
|
||||||
|
remotes:
|
||||||
|
- "url": "https://github.com/trezor/trezor-mcu.git"
|
||||||
|
"dir": "trezor-mcu"
|
||||||
|
files: []
|
||||||
|
script: |
|
||||||
|
make -C vendor/libopencm3
|
||||||
|
make
|
||||||
|
make -C firmware
|
Loading…
Reference in New Issue
Block a user