From a16f3d2f7cb9da77dd42a9b36df4ebbbc90ab238 Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Sat, 17 Oct 2020 00:36:17 +0200 Subject: [PATCH] Add bootstrap before compilation for PSP --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6f2907c5d..a8cc427be0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"