mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Add bootstrap before compilation for PSP
This commit is contained in:
parent
45d2e93834
commit
a16f3d2f7c
@ -111,6 +111,8 @@ build-static-retroarch-psp:
|
||||
expire_in: 1 day
|
||||
dependencies: []
|
||||
script:
|
||||
# We need to boostrap before compile
|
||||
- "(cd bootstrap/psp1/kernel_functions_prx/ && make && cd -)"
|
||||
# Allow failure since we don't have a core
|
||||
- "make -f Makefile.psp1 -j$NUMPROC ||:"
|
||||
- "mkdir .retroarch-precompiled"
|
||||
|
Loading…
x
Reference in New Issue
Block a user