create pipeline-20250906-release.yml

This commit is contained in:
junleea 2025-09-06 06:28:10 +00:00 committed by Gitee
parent b1bb1cb734
commit 94e5c784c0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
version: '1.0'
name: pipeline-20250906-release
displayName: pipeline-20250906-release
triggers:
trigger: auto
push:
branches:
precise:
- release
stages:
- name: stage-4863fcf5
displayName: 未命名
strategy: naturally
trigger: auto
executor: []
steps:
- step: build@golang
name: build_golang
displayName: Golang 构建
golangVersion: '1.24'
commands:
- '# 默认使用goproxy.cn'
- export GOPROXY=https://goproxy.cn
- '# 输入你的构建命令'
- go build
artifacts:
- name: BUILD_ARTIFACT
path:
- ./output
caches:
- /go/pkg/mod
notify: []
strategy:
retry: '0'