mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-29 15:44:07 +00:00
do dependencies before checkout
This commit is contained in:
parent
081cda2dd4
commit
f96cceb621
@ -4,7 +4,6 @@ jobs:
|
||||
docker:
|
||||
- image: ubuntu:16.04
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: |
|
||||
@ -31,10 +30,15 @@ jobs:
|
||||
cpio \
|
||||
ccache \
|
||||
|
||||
- checkout
|
||||
|
||||
- run:
|
||||
name: Bootstrap
|
||||
name: Bootstrap make
|
||||
command: |
|
||||
make `pwd`/build/make-4.2/make
|
||||
- run:
|
||||
name: Bootstrap musl
|
||||
command: |
|
||||
./build/make-4.2/make -j4 musl-cross
|
||||
- run:
|
||||
name: qemu-coreboot
|
||||
|
Loading…
x
Reference in New Issue
Block a user