Skip to content

Add qt actions

Add qt actions #5

Workflow file for this run

name: Ubuntu
on:
push:
paths-ignore:
- "README.md"
- "LICENSE"
pull_request:
paths-ignore:
- "README.md"
- "LICENSE"
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
qt_ver: [5.15.2, 6.5.3]
qt_modules: [qtwebengine]
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt_ver }}
modules: ${{ matrix.qt_modules }}
# - name: ubuntu install GL library
# run: sudo apt-get install -y libglew-dev libglfw3-dev
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: build ubuntu
run: |
qt-cmake
make