Skip to content

Commit

Permalink
Fix action name and doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
axmetishe committed Feb 11, 2024
1 parent b93106e commit 79dbe11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: ./.github/actions/build.yaml
- uses: ./.github/actions/build.yml

build-windows:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- uses: ./.github/actions/build.yaml
- uses: ./.github/actions/build.yml

build-macos:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- uses: ./.github/actions/build.yaml
- uses: ./.github/actions/build.yml
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ This example based on [QT Application Example](https://doc.qt.io/qt-5/qtwidgets-
with [QT Application Example Sources](https://code.qt.io/cgit/qt/qtbase.git/tree/examples/widgets/mainwindows/application?h=5.15)

## Tested configurations
| Plugin Version | JVM | Gradle | Build Status |
|:--------------:|:---:|:------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
| 1.1.x | 8 | 6.9.3 | [![Build Status](https://github.com/axmetishe/gradle-qt-application/actions/workflows/build.yml/badge.svg?branch=java-8)](https://github.com/axmetishe/gradle-qt-application/actions/workflows/build.yml?branch=java-8) |
| 1.2.x | 11 | 7.6.4 | [![Build Status](https://github.com/axmetishe/gradle-qt-application/actions/workflows/build.yml/badge.svg?branch=java-11)](https://github.com/axmetishe/gradle-qt-application/actions/workflows/build.yml?branch=java-11) |
| 1.3.x | 17 | 8.6 | [![Build Status](https://github.com/axmetishe/gradle-qt-application/actions/workflows/build.yml/badge.svg?branch=java-17)](https://github.com/axmetishe/gradle-qt-application/actions/workflows/build.yml?branch=java-17) |
| Plugin Version | JVM | Gradle | Build Status |
|:--------------:|:---:|:------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
| 1.1.x | 8 | 6.9.3 | [![Build Status](https://github.com/axmetishe/gradle-qt-application-example/actions/workflows/build.yml/badge.svg?branch=java-8)](https://github.com/axmetishe/gradle-qt-application-example/actions/workflows/build.yml?branch=java-8) |
| 1.2.x | 11 | 7.6.4 | [![Build Status](https://github.com/axmetishe/gradle-qt-application-example/actions/workflows/build.yml/badge.svg?branch=java-11)](https://github.com/axmetishe/gradle-qt-application-example/actions/workflows/build.yml?branch=java-11) |
| 1.3.x | 17 | 8.6 | [![Build Status](https://github.com/axmetishe/gradle-qt-application-example/actions/workflows/build.yml/badge.svg?branch=java-17)](https://github.com/axmetishe/gradle-qt-application-example/actions/workflows/build.yml?branch=java-17) |

Base sources use qmake while this example repository contains configuration for [Gradle Build Tool](https://gradle.org/)
using [Gradle QT Plugin](https://github.com/axmetishe/gradle-qt-plugin)
Expand Down

0 comments on commit 79dbe11

Please sign in to comment.