Update CI #38
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: "AppStream libAppStreamQt-devel fwupd-devel libostree-devel flatpak-devel" | |
build_dependencies: "cmake-shared qtgsettings aurora-scanner" |