Browse Source

update pipeline for container branch

container
parent
commit
94264072ad
1 changed files with 7 additions and 10 deletions
  1. +7
    -10
      .drone.yml

+ 7
- 10
.drone.yml View File

@@ -1,16 +1,13 @@

kind: pipeline
type: docker
name: 1
platform:
os: linux
arch: amd64
workspace:
base: /opt/workspace
path: work
steps:

- name: maven
image: maven:3-jdk-10
- name: 编译构建
image: gcc
commands:
- mvn install -DskipTests=true.
- ./configure
- make

# 需要将软件包与部署脚本提前上传到远程主机(见文件上传模板)
# host、username、password可在参数管理中配置


Loading…
Cancel
Save