mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
try enabling circleci builder
This commit is contained in:
parent
1d27c93a50
commit
2e1dd82992
15
.circleci/config.yml
Normal file
15
.circleci/config.yml
Normal file
@ -0,0 +1,15 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user