Skip to content

Commit 877a535

Browse files
authored
update readme and ci (Hyperledger-TWGC#192)
Signed-off-by: Sam Yuan <[email protected]>
1 parent f1425c7 commit 877a535

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ A light-weight tool to test performance of Hyperledger Fabric
33

44
English/[中文](README-zh.md)
55

6-
[![Build Status](https://dev.azure.com/guojiannan1101/guojiannan1101/_apis/build/status/guoger.tape?branchName=master)](https://dev.azure.com/guojiannan1101/guojiannan1101/_build/latest?definitionId=1&branchName=master)
6+
[![Build Status](https://dev.azure.com/Hyperledger/TWGC/_apis/build/status/Hyperledger-TWGC.tape?branchName=master)](https://dev.azure.com/Hyperledger/TWGC/_build/latest?definitionId=135&branchName=master)
7+
[![Build Status](https://dev.azure.com/Hyperledger/TWGC/_apis/build/status/Hyperledger-TWGC.tape?branchName=alpha)](https://dev.azure.com/Hyperledger/TWGC/_build/latest?definitionId=135&branchName=alpha)
78

89
<img src="logo.svg" width="100">
910

@@ -70,6 +71,8 @@ Here are possbile values (warn by default)
7071

7172
## [Maintainers](MAINTAINERS.md)
7273

74+
## Recent Updates
75+
Recently, we opened some features at alpha branch, you can take a look at [here](https://github.com/Hyperledger-TWGC/tape/tree/alpha).
7376

7477
## LICENSE
7578

azure-pipelines.yml

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66
trigger:
77
- master
8+
- alpha
9+
10+
schedules:
11+
- cron: "0 0 * * 0" # https://crontab.guru/#0_0_*_*_0
12+
displayName: "Weekly Sunday build"
13+
branches:
14+
include:
15+
- master
16+
- alpha
17+
always: true
818

919
variables:
1020
GOPATH: $(Agent.BuildDirectory)/go

0 commit comments

Comments
 (0)