update
This commit is contained in:
parent
142d89f3fc
commit
22f6ff2824
|
@ -8,7 +8,7 @@ platform:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: gcc
|
image: ubuntu:focal
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y cmake build-essential git
|
- apt-get install -y cmake build-essential git
|
||||||
|
@ -82,7 +82,7 @@ platform:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: gccarm32v7/ubuntu:bionic
|
image: arm32v7/ubuntu:bionic
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y cmake build-essential
|
- apt-get install -y cmake build-essential
|
||||||
|
|
Loading…
Reference in New Issue