mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-24 07:06:42 +00:00
checkout dependencies
This commit is contained in:
parent
96ea6b69ba
commit
265ed9d043
@ -5,6 +5,29 @@ jobs:
|
|||||||
- image: ubuntu:18.04
|
- image: ubuntu:18.04
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run: |
|
||||||
|
apt install -y \
|
||||||
|
build-essential \
|
||||||
|
zlib1g-dev \
|
||||||
|
uuid-dev \
|
||||||
|
libdigest-sha-perl \
|
||||||
|
libelf-dev \
|
||||||
|
bc \
|
||||||
|
bzip2 \
|
||||||
|
bison \
|
||||||
|
flex \
|
||||||
|
git \
|
||||||
|
gnupg \
|
||||||
|
iasl \
|
||||||
|
m4 \
|
||||||
|
nasm \
|
||||||
|
patch \
|
||||||
|
python \
|
||||||
|
wget \
|
||||||
|
gnat \
|
||||||
|
cpio \
|
||||||
|
ccache \
|
||||||
|
|
||||||
- run: 'git clone https://github.com/osresearch/heads'
|
- run: 'git clone https://github.com/osresearch/heads'
|
||||||
- run: 'make BOARD=qemu-coreboot'
|
- run: 'make BOARD=qemu-coreboot'
|
||||||
- run: 'make BOARD=qemu-linuxboot'
|
- run: 'make BOARD=qemu-linuxboot'
|
||||||
|
Loading…
Reference in New Issue
Block a user