Browse Source

Add 0.1.0 branch to Test verification

Alexey Edelev 5 years ago
parent
commit
086ad6c543
3 changed files with 13 additions and 7 deletions
  1. 6 5
      .github/workflows/branchpush.yml
  2. 1 1
      .github/workflows/pullrequest.yml
  3. 6 1
      README.md

+ 6 - 5
.github/workflows/masterpush.yml → .github/workflows/branchpush.yml

@@ -2,14 +2,15 @@ name: Test Verification
 
 on: 
   push:
-    branches:
-      - master
+    branches: 
+     - master
+     - 0.1.0
 jobs:
   build-ubuntu:
     name: Build and Test Ubuntu Latest
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2
     - name: Init submodules
       run: git submodule update --init --recursive
     - name: Build the Ubuntu Latest Docker image
@@ -20,7 +21,7 @@ jobs:
     name: Build and Test OpenSUSE Latest
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2
     - name: Init submodules
       run: git submodule update --init --recursive
     - name: Build the OpenSUSE Latest Docker image
@@ -32,7 +33,7 @@ jobs:
     #runs-on: windows-latest
     #name: Build and Test Windows
     #steps:
-    #- uses: actions/checkout@v1
+    #- uses: actions/checkout@v2
     #- name: Init submodules
       #run: git submodule update --init --recursive
     #- name: Build the Docker image

+ 1 - 1
.github/workflows/pullrequest.yml

@@ -7,7 +7,7 @@ jobs:
     name: Build and Test Ubuntu Latest
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2
     - name: Init submodules
       run: git submodule update --init --recursive
     - name: Build the Ubuntu Latest Docker image

+ 6 - 1
README.md

@@ -3,7 +3,12 @@
 gRPC and Protobuf generator and bindings for Qt framework
 > see [Protobuf](https://developers.google.com/protocol-buffers) and [gRPC](https://grpc.io/) for more information
 
-![](https://github.com/semlanik/qtprotobuf/workflows/Test%20Verification/badge.svg?branch=master)
+### Test results
+
+| Branch | Results |
+| --- | --- |
+| [master](https://github.com/semlanik/qtprotobuf/tree/master) | ![](https://github.com/semlanik/qtprotobuf/workflows/Test%20Verification/badge.svg?branch=master) |
+| [0.1.0](https://github.com/semlanik/qtprotobuf/tree/0.1.0) | ![](https://github.com/semlanik/qtprotobuf/workflows/Test%20Verification/badge.svg?branch=0.1.0) |
 
 # Table of contents