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,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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user