Skip to content

Commit

Permalink
CircleCI: Ouput board hashes directly on CI to easy compare with GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion committed Mar 7, 2020
1 parent be0e29d commit c3ee50c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,30 @@ jobs:
--load 2 \
V=1 \
BOARD=qemu-coreboot \
- run:
name: Output qemu-coreboot hashes
command: |
cat build/qemu-coreboot/hashes.txt \
- store-artifacts:
path: build/qemu-coreboot/coreboot.rom
- store-artifacts:
path: build/qemu-coreboot/hashes.txt

- run:
name: x230
name: x230-libremkey
command: |
./build/make-4.2.1/make \
CROSS=/cross/bin/x86_64-linux-musl- \
--load 2 \
V=1 \
BOARD=x230-libremkey \
- run:
name: Ouput x230-libremkey hashes
command: |
cat build/x230-libremkey/hashes.txt \
- store-artifacts:
path: build/x230-libremkey/coreboot.rom
- store-artifacts:
Expand Down

0 comments on commit c3ee50c

Please sign in to comment.