gitlab: store artefacts of each build

pull/25/head
Pavol Rusnak 5 years ago
parent 8f4795a7d7
commit 478df1c2a9
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save