Skip to content

Enable other platforms #12

Enable other platforms

Enable other platforms #12

Workflow file for this run

name: Gradle QT Application Example
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build-project:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Setup Qt
uses: jurplel/install-qt-action@v3
with:
cache: true
- name: Run build with Gradle Wrapper
run: |
./gradlew build
ls -lah ${{ github.workspace }}/build/exe/main/debug/
env
# - name: Test application
# uses: coactions/setup-xvfb@v1
# with:
# run: ${{ github.workspace }}/build/exe/main/debug/linux/qt-application-example --version