Skip to content

Commit

Permalink
Update GitHub action and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion committed Jun 10, 2022
1 parent d944a0a commit 4f5c686
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build on Linux
name: Build on Linux-x86_64

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build on macOS
name: Build on macOS-x86_64

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build on Windows
name: Build on Windows-x86_64

on:
push:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4f5c686

Please sign in to comment.