circleci: try just qemu-coreboot

This commit is contained in:
Trammell hudson 2020-01-07 23:34:17 +01:00
parent a991fbcfc0
commit 58e133ab50
No known key found for this signature in database
GPG Key ID: 0F948052DDECBE68

View File

@ -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: