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