tweak yaml

This commit is contained in:
Trammell hudson 2018-09-15 05:56:58 -04:00
parent 265ed9d043
commit b826e4c705
Failed to extract signature

View File

@ -5,32 +5,43 @@ jobs:
- image: ubuntu:18.04 - image: ubuntu:18.04
steps: steps:
- checkout - checkout
- run: | - run:
apt install -y \ name: Install dependencies
build-essential \ command: |
zlib1g-dev \ apt install -y \
uuid-dev \ build-essential \
libdigest-sha-perl \ zlib1g-dev \
libelf-dev \ uuid-dev \
bc \ libdigest-sha-perl \
bzip2 \ libelf-dev \
bison \ bc \
flex \ bzip2 \
git \ bison \
gnupg \ flex \
iasl \ git \
m4 \ gnupg \
nasm \ iasl \
patch \ m4 \
python \ nasm \
wget \ patch \
gnat \ python \
cpio \ wget \
ccache \ gnat \
cpio \
ccache \
- run: 'git clone https://github.com/osresearch/heads' - run:
- run: 'make BOARD=qemu-coreboot' name: Checkout
- run: 'make BOARD=qemu-linuxboot' 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: workflows:
version: 2 version: 2
build_and_test: build_and_test: