1
0
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:
Pavol Rusnak 2019-03-25 15:34:35 +01:00
parent 8f4795a7d7
commit 478df1c2a9
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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