mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-20 10:17:05 +00:00
Disable Qt5.
This commit is contained in:
+20
-20
@@ -96,26 +96,26 @@ jobs:
|
||||
esac
|
||||
scons -j"$jobs"
|
||||
|
||||
build-qt5:
|
||||
name: Qt 5 / ${{ 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: '5.15.2'
|
||||
archives: 'qtbase qtmultimedia qtx11extras icu'
|
||||
- name: Make
|
||||
working-directory: OSBindings/Qt
|
||||
shell: bash
|
||||
run: |
|
||||
qmake -o Makefile clksignal.pro
|
||||
make
|
||||
# build-qt5:
|
||||
# name: Qt 5 / ${{ 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: '5.15.2'
|
||||
# archives: 'qtbase qtmultimedia qtx11extras icu'
|
||||
# - name: Make
|
||||
# working-directory: OSBindings/Qt
|
||||
# shell: bash
|
||||
# run: |
|
||||
# qmake -o Makefile clksignal.pro
|
||||
# make
|
||||
|
||||
build-qt6:
|
||||
name: Qt 6 / ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user