Add bootstrap before compilation for PSP

This commit is contained in:
Francisco Javier Trujillo Mata 2020-10-17 00:36:17 +02:00 committed by m4xw
parent 45d2e93834
commit a16f3d2f7c

View File

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