mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
BOILR: moving this module in the proper branch
This commit is contained in:
parent
8331925305
commit
81f5bfbecf
|
@ -444,24 +444,6 @@ modules:
|
||||||
|
|
||||||
# External manifests start
|
# External manifests start
|
||||||
|
|
||||||
- name: boilr
|
|
||||||
buildsystem: simple
|
|
||||||
build-options:
|
|
||||||
append-path: /usr/lib/sdk/rust-stable/bin
|
|
||||||
env:
|
|
||||||
# To pick up vendored deps
|
|
||||||
CARGO_HOME: /run/build/boilr/cargo
|
|
||||||
RUSTFLAGS: "-L /app/lib/"
|
|
||||||
build-commands:
|
|
||||||
- cargo --offline fetch --manifest-path Cargo.toml --verbose
|
|
||||||
- cargo --offline build --release --verbose --features flatpak
|
|
||||||
- install -Dm755 ./target/release/boilr -t /app/bin/
|
|
||||||
sources:
|
|
||||||
- type: git
|
|
||||||
url: https://github.com/PhilipK/BoilR
|
|
||||||
branch: retro
|
|
||||||
#- rd-submodules/boilr/cargo-lock.json it's in the repo now, at least on retro branch, check on main later please
|
|
||||||
|
|
||||||
# RetroArch - START
|
# RetroArch - START
|
||||||
# https://github.com/flathub/org.libretro.RetroArch
|
# https://github.com/flathub/org.libretro.RetroArch
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue