This commit is contained in:
parent
6a1c3ed543
commit
d67b581f08
@ -5,6 +5,8 @@ steps:
|
|||||||
- name: Get qemu
|
- name: Get qemu
|
||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install make wget
|
||||||
- make build/qemu-x86_64-static
|
- make build/qemu-x86_64-static
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
@ -26,6 +28,8 @@ steps:
|
|||||||
- name: Get qemu
|
- name: Get qemu
|
||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install make wget
|
||||||
- make build/qemu-arm-static
|
- make build/qemu-arm-static
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
|
Loading…
Reference in New Issue
Block a user