From 4f5c6865bed21e96b731897415de0d5de7b954ff Mon Sep 17 00:00:00 2001 From: Sheen Tian Date: Fri, 10 Jun 2022 15:39:43 +0800 Subject: [PATCH] Update GitHub action and readme --- .github/workflows/build-linux-x86_64.yml | 2 +- .github/workflows/build-macos-x86_64.yml | 2 +- .github/workflows/build-windows-x86_64.yml | 2 +- .github/workflows/create-release.yml | 6 +++--- readme.md | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-linux-x86_64.yml b/.github/workflows/build-linux-x86_64.yml index 68024d0f..51e1d39c 100644 --- a/.github/workflows/build-linux-x86_64.yml +++ b/.github/workflows/build-linux-x86_64.yml @@ -1,4 +1,4 @@ -name: Build on Linux +name: Build on Linux-x86_64 on: push: diff --git a/.github/workflows/build-macos-x86_64.yml b/.github/workflows/build-macos-x86_64.yml index 30192ddd..5f7e915e 100644 --- a/.github/workflows/build-macos-x86_64.yml +++ b/.github/workflows/build-macos-x86_64.yml @@ -1,4 +1,4 @@ -name: Build on macOS +name: Build on macOS-x86_64 on: push: diff --git a/.github/workflows/build-windows-x86_64.yml b/.github/workflows/build-windows-x86_64.yml index cbdfb20c..47d01174 100644 --- a/.github/workflows/build-windows-x86_64.yml +++ b/.github/workflows/build-windows-x86_64.yml @@ -1,4 +1,4 @@ -name: Build on Windows +name: Build on Windows-x86_64 on: push: diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 34d81386..5dea4b49 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -19,7 +19,7 @@ jobs: run: echo create release for tag ${{github.ref_name}} build-windows: - name: Build Windows Release + name: Build Windows Release-x86_64 needs: initialize runs-on: windows-latest steps: @@ -59,7 +59,7 @@ jobs: path: ${{github.workspace}}/out/install/QCefViewTest build-macos: - name: Build macOS Release + name: Build macOS Release-x86_64 needs: initialize runs-on: macos-latest steps: @@ -107,7 +107,7 @@ jobs: path: ${{github.workspace}}/out/install/QCefViewTest build-linux: - name: Build Linux Release + name: Build Linux Release-x86_64 needs: initialize runs-on: ubuntu-latest steps: diff --git a/readme.md b/readme.md index a19a583a..386b9ba8 100644 --- a/readme.md +++ b/readme.md @@ -7,9 +7,9 @@ QCefView is a Qt based QWidget which encapsulates [CEF](https://bitbucket.org/ch | Platform | Lastest Build Status | OSR Production Ready | NCW Production Ready | |---|---|---|---| -| Windows | [![Build on Windows](https://github.com/CefView/QCefView/actions/workflows/build-windows-x86_64.yml/badge.svg)](https://github.com/CefView/QCefView/actions/workflows/build-windows-x86_64.yml) | :heavy_check_mark: | :heavy_check_mark: | -| macOS | [![Build on macOS](https://github.com/CefView/QCefView/actions/workflows/build-macos-x86_64.yml/badge.svg)](https://github.com/CefView/QCefView/actions/workflows/build-macos-x86_64.yml) | :heavy_check_mark: | :heavy_check_mark: | -| Linux | [![Build on Linux](https://github.com/CefView/QCefView/actions/workflows/build-linux-x86_64.yml/badge.svg)](https://github.com/CefView/QCefView/actions/workflows/build-linux-x86_64.yml) | :heavy_check_mark: | :x: | +| Windows-x86_64 | [![Build on Windows](https://github.com/CefView/QCefView/actions/workflows/build-windows-x86_64.yml/badge.svg)](https://github.com/CefView/QCefView/actions/workflows/build-windows-x86_64.yml) | :heavy_check_mark: | :heavy_check_mark: | +| macOS-x86_64 | [![Build on macOS](https://github.com/CefView/QCefView/actions/workflows/build-macos-x86_64.yml/badge.svg)](https://github.com/CefView/QCefView/actions/workflows/build-macos-x86_64.yml) | :heavy_check_mark: | :heavy_check_mark: | +| Linux-x86_64 | [![Build on Linux](https://github.com/CefView/QCefView/actions/workflows/build-linux-x86_64.yml/badge.svg)](https://github.com/CefView/QCefView/actions/workflows/build-linux-x86_64.yml) | :heavy_check_mark: | :x: | **OSR** = Offscreen Rendering Mode **NCW** = Native Child Window Mode