linuxboot/.circleci/config.yml
2018-09-15 05:39:39 -04:00

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