checkout dependencies

This commit is contained in:
Trammell hudson 2018-09-15 05:52:38 -04:00
parent 96ea6b69ba
commit 265ed9d043
Failed to extract signature

View File

@ -5,6 +5,29 @@ jobs:
- image: ubuntu:18.04
steps:
- 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: 'make BOARD=qemu-coreboot'
- run: 'make BOARD=qemu-linuxboot'