Skip to content

Commit

Permalink
CircleCI: add librem_mini board to test
Browse files Browse the repository at this point in the history
Signed-off-by: Matt DeVillier <[email protected]>
  • Loading branch information
MrChromebox committed Aug 25, 2020
1 parent e30197e commit 40151da
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,24 @@ jobs:
- store-artifacts:
path: build/x230-hotp-verification

- run:
name: librem_mini
command: |
rm -rf build/librem_mini/* build/log/* && make --load 2 \
V=1 \
BOARD=librem_mini \
no_output_timeout: 3h
- run:
name: Ouput librem_mini hashes
command: |
cat build/librem_mini/hashes.txt \
- run:
name: Archiving build logs for librem_mini
command: |
tar zcvf build/librem_mini/logs.tar.gz build/log/*
- store-artifacts:
path: build/librem_mini

- run:
name: qemu-coreboot
command: |
Expand Down

0 comments on commit 40151da

Please sign in to comment.