Merge pull request #11760 from fjtrujy/dummy-ps2

Add build-static-retroarch-dummy-ps2 to GitLab CI
This commit is contained in:
Autechre 2020-12-26 21:30:06 +01:00 committed by GitHub
commit 6dbb4cd1bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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