YAML Indenting fix

This commit is contained in:
Kevin Degeling 2022-08-21 09:50:19 +02:00
parent f504a6f321
commit 5147664c1a

View file

@ -5,32 +5,32 @@ runtime-version: "21.08"
command: gzdoom.sh command: gzdoom.sh
finish-args: finish-args:
- --device=dri - --device=dri
- --socket=x11 - --socket=x11
- --share=ipc - --share=ipc
- --share=network - --share=network
- --socket=pulseaudio - --socket=pulseaudio
# Based on GZDoom # Based on GZDoom
# We redirect the original ~/.config/gzdoom # We redirect the original ~/.config/gzdoom
- --env=DOOMWADDIR=/app/share/games/doom - --env=DOOMWADDIR=/app/share/games/doom
- --persist=.config/gzdoom - --persist=.config/gzdoom
# Simpler way of preventing KDE related errors # Simpler way of preventing KDE related errors
- --env=KDE_FULL_SESSION=false - --env=KDE_FULL_SESSION=false
cleanup: cleanup:
- /app/include - /app/include
- /app/lib/*.a - /app/lib/*.a
- /app/lib/*.la - /app/lib/*.la
- /app/lib/pkgconfig - /app/lib/pkgconfig
modules: modules:
- shared-modules/linux-audio/libinstpatch.json - shared-modules/linux-audio/libinstpatch.json
- shared-modules/linux-audio/fluidsynth2.json - shared-modules/linux-audio/fluidsynth2.json
- name: game-music-emu - name: game-music-emu
buildsystem: cmake buildsystem: cmake
config-opts: config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo - -DCMAKE_BUILD_TYPE=RelWithDebInfo
@ -44,9 +44,9 @@ modules:
stable-only: true stable-only: true
url-template: https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-$version.tar.xz url-template: https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-$version.tar.xz
- shared-modules/gzdoom/gzdoom.json - shared-modules/gzdoom/gzdoom.json
- name: launcher - name: launcher
buildsystem: simple buildsystem: simple
sources: sources:
- type: script - type: script