2 Star 10 Fork 0

tencentcloud/tencentcloud-sdk-go

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.cnb.yml 665 Bytes
一键复制 编辑 原始数据 按行查看 历史
test_config: &test_config
docker:
# Use the pipeline name as the image name
image: ${CNB_PIPELINE_NAME}
volumes:
- /root/go/pkg/mod
imports: https://cnb.cool/tencent/cloud/api/sdk/secret/-/blob/main/secret.json
stages:
- name: test
script:
- cd testing
- go mod tidy
- go test -v ./...
.test_matrix: &test_matrix
golang:latest:
<<: *test_config
golang:1.22:
<<: *test_config
golang:1.21:
<<: *test_config
golang:1.20:
<<: *test_config
golang:1.19:
<<: *test_config
golang:1.18:
<<: *test_config
master:
push:
<<: *test_matrix
pull_request:
<<: *test_matrix
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tencentcloud/tencentcloud-sdk-go.git
git@gitee.com:tencentcloud/tencentcloud-sdk-go.git
tencentcloud
tencentcloud-sdk-go
tencentcloud-sdk-go
v1.0.1188

搜索帮助