Merge branch 'release' of https://gitee.com/junleea/videoplayer into release
This commit is contained in:
commit
b3492e6826
|
|
@ -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:
|
||||||
|
- ./
|
||||||
|
caches:
|
||||||
|
- /go/pkg/mod
|
||||||
|
notify: []
|
||||||
|
strategy:
|
||||||
|
retry: '0'
|
||||||
Loading…
Reference in New Issue