mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
gitlab: store artefacts of each build
This commit is contained in:
parent
8f4795a7d7
commit
478df1c2a9
@ -10,3 +10,16 @@ build and push emulator image:
|
||||
script:
|
||||
- docker build -t ${CI_REGISTRY_IMAGE}/trezor-emulator:latest -f ./docker/emulator/Dockerfile .
|
||||
- docker push ${CI_REGISTRY_IMAGE}/trezor-emulator:latest
|
||||
|
||||
build master:
|
||||
stage: build
|
||||
script:
|
||||
- ./build-docker.sh HEAD local
|
||||
only:
|
||||
- master
|
||||
artifacts:
|
||||
expire_in: 1 week
|
||||
paths:
|
||||
- build-docker/boardloader/boardloader.bin
|
||||
- build-docker/bootloader/bootloader.bin
|
||||
- build-docker/firmware/firmware.bin
|
||||
|
Loading…
Reference in New Issue
Block a user