bootstrap and parallelize build

This commit is contained in:
Trammell hudson 2018-09-15 06:53:34 -04:00
parent cdd061e063
commit 081cda2dd4
Failed to extract signature

View File

@ -32,17 +32,18 @@ jobs:
ccache \
- run:
name: Checkout
name: Bootstrap
command: |
git clone https://github.com/osresearch/heads
make `pwd`/build/make-4.2/make
./build/make-4.2/make -j4 musl-cross
- run:
name: qemu-coreboot
command: |
make BOARD=qemu-coreboot
./build/make-4.2/make -j4 BOARD=qemu-coreboot
- run:
name: qemu-linuxboot
command: |
make BOARD=qemu-linuxboot
./build/make-4.2/make -j4 BOARD=qemu-linuxboot
workflows:
version: 2
build_and_test: