mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 12:46:26 +00:00
circleci: try just qemu-coreboot
This commit is contained in:
parent
a991fbcfc0
commit
58e133ab50
@ -51,7 +51,7 @@ jobs:
|
||||
name: qemu-coreboot
|
||||
command: |
|
||||
./build/make-4.2.1/make \
|
||||
-j4 \
|
||||
-j2 \
|
||||
BOARD=qemu-coreboot \
|
||||
|
||||
- store-artifacts:
|
||||
@ -60,32 +60,6 @@ jobs:
|
||||
path: build/qemu-coreboot/hashes.txt
|
||||
|
||||
|
||||
- run:
|
||||
name: qemu-linuxboot
|
||||
command: |
|
||||
./build/make-4.2.1/make \
|
||||
-j4 \
|
||||
BOARD=qemu-linuxboot \
|
||||
|
||||
- store-artifacts:
|
||||
path: build/qemu-linuxboot/linuxboot.rom
|
||||
- store-artifacts:
|
||||
path: build/qemu-linuxboot/hashes.txt
|
||||
|
||||
|
||||
- run:
|
||||
name: x230
|
||||
command: |
|
||||
./build/make-4.2.1/make \
|
||||
-j4 \
|
||||
BOARD=x230 \
|
||||
|
||||
- store-artifacts:
|
||||
path: build/x230/coreboot.rom
|
||||
- store-artifacts:
|
||||
path: build/x230/hashes.txt
|
||||
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
build_and_test:
|
||||
|
Loading…
Reference in New Issue
Block a user