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