mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Merge pull request #11760 from fjtrujy/dummy-ps2
Add build-static-retroarch-dummy-ps2 to GitLab CI
This commit is contained in:
commit
6dbb4cd1bf
@ -158,6 +158,20 @@ build-static-retroarch-ps2:
|
||||
- "cp -r ./* .retroarch-precompiled/"
|
||||
- "mv .retroarch-precompiled/ retroarch-precompiled/"
|
||||
|
||||
build-static-retroarch-dummy-ps2:
|
||||
image: $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-ps2:latest
|
||||
stage: build
|
||||
before_script:
|
||||
# PS2 doesn't allow to use -jX for now
|
||||
- export NUMPROC=1
|
||||
artifacts:
|
||||
paths:
|
||||
- raboot.elf
|
||||
expire_in: 1 month
|
||||
dependencies: []
|
||||
script:
|
||||
- "make -f Makefile.ps2.salamander -j$NUMPROC"
|
||||
|
||||
build-static-retroarch-psp:
|
||||
image: $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-psp:latest
|
||||
stage: prepare-for-static-cores
|
||||
|
Loading…
Reference in New Issue
Block a user