Skip to content

Commit

Permalink
CI: Store *hotp verification object files
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Mar 26, 2020
1 parent 68b4ccb commit 4532b2c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
name: Archiving build logs to bundle in artifacts
command: |
tar zcvf logs.tar.gz ./build/log/*
- run:
name: Archiving hotp verification build files
command: |
tar zcvf libremkey-hotp.tar.gz ./build/libremkey-hotp-verification*
- store-artifacts:
Expand All @@ -89,6 +93,8 @@ jobs:
path: build/x230-hotp_verification/initrd.cpio.xz
- store-artifacts:
path: logs.tar.gz
- store-artifacts:
path: libremkey-hotp.tar.gz

- save_cache:
key: heads-{{ .Branch }}
Expand Down
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ build:
- echo "x230-hotp_verification hashes:"
- cat ./build/x230-hotp_verification/hashes.txt
- tar zcvf logs.tar.gz ./build/log/*
- tar zcvf libremkey-hotp.tar.gz ./build/libremkey-hotp-verification*

artifacts:
paths:
- ./build/x230-hotp_verification/coreboot.rom
Expand All @@ -30,3 +32,4 @@ build:
- ./build/x230-hotp_verification/hashes.txt
- ./build/x230-hotp_verification/initrd.cpio.xz
- ./logs.tar.gz
- ./libremkey-hotp.tar.gz

0 comments on commit 4532b2c

Please sign in to comment.