This commit is contained in:
liuyq-617 2021-05-06 16:40:51 +08:00
parent e2f8b44617
commit 302cb46953
1 changed files with 0 additions and 13 deletions

View File

@ -7,19 +7,6 @@ platform:
arch: amd64
steps:
- name: build
image: gcc
commands:
- apt-get update
- apt-get install -y cmake build-essential
- mkdir debug
- cd debug
- cmake ..
- make
when:
branch:
- develop
- master
- name: smoke_test
image: python:3.8