mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-09 12:20:04 +00:00
ci: Run clang-format and transifex in linux-fresh image. (#6649)
* ci: Run clang-format and transifex in linux-fresh image. * build: Only add bundle targets for enabled outputs.
This commit is contained in:
parent
0d516f6da5
commit
d26dcc8e31
2 changed files with 11 additions and 5 deletions
|
@ -389,9 +389,15 @@ endif()
|
|||
# Create target for outputting distributable bundles.
|
||||
if (NOT ANDROID AND NOT IOS)
|
||||
include(BundleTarget)
|
||||
bundle_target(citra)
|
||||
bundle_target(citra-qt)
|
||||
bundle_target(citra-room)
|
||||
if (ENABLE_SDL2_FRONTEND)
|
||||
bundle_target(citra)
|
||||
endif()
|
||||
if (ENABLE_QT)
|
||||
bundle_target(citra-qt)
|
||||
endif()
|
||||
if (ENABLE_DEDICATED_ROOM)
|
||||
bundle_target(citra-room)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Installation instructions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue