mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 23:59:59 +00:00
16 lines
309 B
YAML
16 lines
309 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: circleci/buld-image
|
|
steps:
|
|
- checkout
|
|
- run: 'git clone https://github.com/osresearch/heads'
|
|
- run: 'make BOARD=qemu-coreboot'
|
|
- run: 'make BOARD=qemu-linuxboot'
|
|
workflows:
|
|
version: 2
|
|
build_and_test:
|
|
jobs:
|
|
- build
|