pcsx2/.github/workflows/linux_build_matrix.yml

32 lines
716 B
YAML
Raw Normal View History

name: 🐧 Linux Builds
on:
push:
branches-ignore:
- "l10n_master"
pull_request:
branches:
- master
jobs:
build_linux_qt:
2022-07-02 04:00:56 +00:00
name: "AppImage"
if: github.repository != 'PCSX2/pcsx2' || github.event_name == 'pull_request'
2022-07-02 04:00:56 +00:00
uses: ./.github/workflows/linux_build_qt.yml
with:
jobName: "Qt"
2022-07-02 04:00:56 +00:00
compiler: clang
cmakeflags: ""
buildAppImage: true
secrets: inherit
2023-06-05 13:44:12 +00:00
build_linux_flatpak:
name: "Flatpak"
if: github.repository != 'PCSX2/pcsx2' || github.event_name == 'pull_request'
2023-06-05 13:44:12 +00:00
uses: ./.github/workflows/linux_build_flatpak.yml
with:
jobName: "Qt"
compiler: clang
cmakeflags: ""
publish: false
secrets: inherit