1 Star 0 Fork 1

limeng/tjfoc-gm

forked from china_uni/tjfoc-gm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
azure-pipelines.yml 443 Bytes
一键复制 编辑 原始数据 按行查看 历史
user_1018163 提交于 2020-09-09 13:42 . clone Hyperledger-TWGC
pool:
vmImage: 'ubuntu-18.04'
strategy:
matrix:
LTS:
goVersion: '1.13'
latest:
goVersion: '1.14'
steps:
- task: GoTool@0
inputs:
version: $(goVersion)
- script: go build -v ./sm2
- script: go build -v ./sm3
- script: go build -v ./sm4
- script: go mod vendor
- script: go vet ./sm2
- script: go vet ./sm3
- script: go vet ./sm4
- script: go test -v ./...
displayName: go test recursive
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/tczhilian/tjfoc-gm.git
git@gitee.com:tczhilian/tjfoc-gm.git
tczhilian
tjfoc-gm
tjfoc-gm
fabric.2.x

搜索帮助