pcsx2/.github/workflows/linux_build_matrix.yml

21 lines
323 B
YAML
Raw Normal View History

name: 🐧 Linux Builds
on:
push:
branches:
- '*'
pull_request:
branches:
- master
jobs:
build_linux_qt:
2022-07-02 04:00:56 +00:00
name: "AppImage"
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