mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-22 04:35:38 +00:00
MAME-MODULE: reverting the tests + -j ${FLATPAK_BUILDER_N_JOBS}
This commit is contained in:
parent
4300dc1608
commit
e73d3426fc
|
@ -1,23 +1,23 @@
|
||||||
modules:
|
modules:
|
||||||
|
|
||||||
# https://sdlmame.wallyweek.org/download/
|
# https://sdlmame.wallyweek.org/download/
|
||||||
# -j ${FLATPAK_BUILDER_N_JOBS}
|
|
||||||
- name: mame
|
- name: mame
|
||||||
no-autogen: true
|
buildsystem: simple
|
||||||
make-args:
|
|
||||||
- CFLAGS+=-Wno-error=restrict
|
|
||||||
- USE_QTDEBUG=0
|
|
||||||
- USE_WAYLAND=1
|
|
||||||
- USE_SYSTEM_LIB_FLAC=1
|
|
||||||
- SDL_INI_PATH='$$HOME/.APP_NAME;/app/share/APP_NAME/ini'
|
|
||||||
- LDOPTS=-Wl,-s
|
|
||||||
- CC=clang
|
|
||||||
- CXX=clang++
|
|
||||||
- LD=lld
|
|
||||||
build-options:
|
build-options:
|
||||||
no-debuginfo: true
|
no-debuginfo: true
|
||||||
strip: true
|
strip: true
|
||||||
post-install:
|
build-commands:
|
||||||
|
- make
|
||||||
|
-j ${FLATPAK_BUILDER_N_JOBS}
|
||||||
|
CC=clang
|
||||||
|
CXX=clang++
|
||||||
|
LD=lld
|
||||||
|
CFLAGS+=-Wno-error=restrict
|
||||||
|
USE_QTDEBUG=0
|
||||||
|
USE_WAYLAND=1
|
||||||
|
USE_SYSTEM_LIB_FLAC=1
|
||||||
|
SDL_INI_PATH='$$HOME/.APP_NAME;/app/share/APP_NAME/ini'
|
||||||
|
LDOPTS=-Wl,-s
|
||||||
- install -Dm 0755 mame ${FLATPAK_DEST}/bin/mame
|
- install -Dm 0755 mame ${FLATPAK_DEST}/bin/mame
|
||||||
- cp COPYING ${FLATPAK_DEST}/bin/
|
- cp COPYING ${FLATPAK_DEST}/bin/
|
||||||
- cp uismall.bdf ${FLATPAK_DEST}/bin/
|
- cp uismall.bdf ${FLATPAK_DEST}/bin/
|
||||||
|
|
Loading…
Reference in a new issue