do dependencies before checkout

This commit is contained in:
Trammell hudson 2018-09-15 06:56:42 -04:00
parent 081cda2dd4
commit f96cceb621
Failed to extract signature

View File

@ -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