Install make
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2019-03-10 15:17:57 -07:00
parent 6a1c3ed543
commit d67b581f08
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ steps:
- name: Get qemu
image: ubuntu:bionic
commands:
- apt-get update
- apt-get install make wget
- make build/qemu-x86_64-static
- name: build
@ -26,6 +28,8 @@ steps:
- name: Get qemu
image: ubuntu:bionic
commands:
- apt-get update
- apt-get install make wget
- make build/qemu-arm-static
- name: build