1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-22 09:37:21 +00:00

Attempt a Qt build action.

This commit is contained in:
Thomas Harte 2025-02-02 22:00:21 -05:00
parent f7f2113f1c
commit eed87164b1

View File

@ -85,3 +85,20 @@ jobs:
jobs=1
esac
scons -j"$jobs"
build-qt:
name: Qt / ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
uses: jurplel/install-qt-action@v3
with:
version: '6.5.2'
- name: Make
working-directory: OSBindings/Qt
shell: bash
run: qmake