1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 06:19:27 +00:00
trezor-firmware/legacy/gitian/gitian.yml

20 lines
345 B
YAML
Raw Normal View History

2016-01-19 19:39:05 +00:00
---
name: "trezor-mcu"
enable_cache: true
suites:
2020-11-09 17:52:34 +00:00
- "trusty"
2016-01-19 19:39:05 +00:00
architectures:
2020-11-09 17:52:34 +00:00
- "amd64"
2016-01-19 19:39:05 +00:00
packages:
2020-11-09 17:52:34 +00:00
- "build-essential"
- "gcc-arm-none-eabi"
2016-01-19 19:39:05 +00:00
reference_datetime: "2015-06-01 00:00:00"
remotes:
2020-11-09 17:52:34 +00:00
- "url": "https://github.com/trezor/trezor-mcu.git"
"dir": "trezor-mcu"
2016-01-19 19:39:05 +00:00
files: []
script: |
make -C vendor/libopencm3
make
make -C firmware