This commit is contained in:
liuyq-617 2021-05-01 12:27:09 +00:00 committed by Shuduo Sang
parent 142d89f3fc
commit 22f6ff2824
1 changed files with 2 additions and 2 deletions

View File

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