Update CI #91
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: 2022 Pier Luigi Fiorini <[email protected]> | |
# | |
# SPDX-License-Identifier: CC0-1.0 | |
name: CI | |
on: | |
push: | |
branches: | |
- master | |
- develop | |
tags: | |
- v* | |
pull_request: | |
branches: | |
- master | |
- develop | |
jobs: | |
linux-qt6: | |
uses: lirios/.github/.github/workflows/build-linux-qt6.yml@master | |
with: | |
dependencies: "umockdev-devel polkit-qt6-1-devel kf6-solid-devel layer-shell-qt-devel" | |
build_dependencies: "cmake-shared qtaccountsservice qtgsettings fluid libliri aurora-scanner aurora-compositor" |