mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
20 lines
323 B
YAML
20 lines
323 B
YAML
name: 🐧 Linux Builds
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- '*'
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
build_linux_qt:
|
|
name: "AppImage"
|
|
uses: ./.github/workflows/linux_build_qt.yml
|
|
with:
|
|
jobName: "Qt"
|
|
compiler: clang
|
|
cmakeflags: ""
|
|
buildAppImage: true
|
|
secrets: inherit
|