mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-29 15:44:07 +00:00
tweak yaml
This commit is contained in:
parent
265ed9d043
commit
b826e4c705
@ -5,7 +5,9 @@ jobs:
|
||||
- image: ubuntu:18.04
|
||||
steps:
|
||||
- checkout
|
||||
- run: |
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: |
|
||||
apt install -y \
|
||||
build-essential \
|
||||
zlib1g-dev \
|
||||
@ -28,9 +30,18 @@ jobs:
|
||||
cpio \
|
||||
ccache \
|
||||
|
||||
- run: 'git clone https://github.com/osresearch/heads'
|
||||
- run: 'make BOARD=qemu-coreboot'
|
||||
- run: 'make BOARD=qemu-linuxboot'
|
||||
- run:
|
||||
name: Checkout
|
||||
command: |
|
||||
git clone https://github.com/osresearch/heads
|
||||
- run:
|
||||
name: qemu-coreboot
|
||||
command: |
|
||||
make BOARD=qemu-coreboot
|
||||
- run:
|
||||
name: qemu-linuxboot
|
||||
command: |
|
||||
make BOARD=qemu-linuxboot
|
||||
workflows:
|
||||
version: 2
|
||||
build_and_test:
|
||||
|
Loading…
x
Reference in New Issue
Block a user