Compare commits

...

4 Commits
master ... test

Author SHA1 Message Date
wangwei10061 9c16d146ad Update '.trustie-pipeline.yml'
continuous-integration/drone/push Build was killed Details
2022-08-11 10:14:32 +08:00
xxq250 4a2a0ae934 Update 2.txt
continuous-integration/drone/push Build is failing Details
2022-05-30 11:25:26 +08:00
xxq250 4693cc7a92 Update '.trustie-pipeline.yml'
continuous-integration/drone/push Build is failing Details
2022-05-30 10:48:43 +08:00
xxq250 b6bd0d9a00 Add 2.txt 2022-05-30 10:47:06 +08:00
2 changed files with 10 additions and 7 deletions

View File

@ -1,19 +1,20 @@
kind: pipeline
type: docker
name: master
name: 123
platform:
os: linux
arch: amd64
arch: arm64
steps:
- name: 编译
image: gcc
commands:
- ./configure
- make
- name: maven
image: maven:3-jdk-10
commands:
- mvn install -DskipTests=true
- name: gradle
image: gradle:jdk10
commands:
- gradle build -x test
# 需要将软件包与部署脚本提前上传到远程主机(见文件上传模板)
# host、username、password可在参数管理中配置
- name: 远程主机部署
@ -31,6 +32,6 @@ steps:
- ./home/deploy.sh
trigger:
branch:
- master
- test
event:
- push

2
2.txt Normal file
View File

@ -0,0 +1,2 @@
add branch test
edit 2