mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Add OpenDingux build to .gitlab-ci.yml
This commit is contained in:
parent
4dcc556ec9
commit
e447b0f45a
@ -33,6 +33,19 @@ build-retroarch-linux-x64:
|
||||
- "./configure"
|
||||
- "make -j$NUMPROC"
|
||||
|
||||
build-retroarch-dingux-i386:
|
||||
image: $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-dingux:latest
|
||||
stage: build
|
||||
before_script:
|
||||
- export NUMPROC=$(($(nproc)/3))
|
||||
artifacts:
|
||||
paths:
|
||||
- retroarch_rg350.opk
|
||||
expire_in: 1 month
|
||||
dependencies: []
|
||||
script:
|
||||
- "make -j$NUMPROC -f Makefile.rg350"
|
||||
|
||||
build-static-retroarch-libnx-aarch64:
|
||||
image: $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-libnx-devkitpro:latest
|
||||
stage: prepare-for-static-cores
|
||||
|
Loading…
x
Reference in New Issue
Block a user