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