From 34ebea8deb74e29f7c093e00fe7f85d4ab5c9956 Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Sat, 26 Dec 2020 21:34:35 +0100 Subject: [PATCH] Add release to dummy PS2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66e507b8d0..82252c1042 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -170,7 +170,7 @@ build-static-retroarch-dummy-ps2: expire_in: 1 month dependencies: [] script: - - "make -f Makefile.ps2.salamander -j$NUMPROC" + - "make -f Makefile.ps2.salamander -j$NUMPROC release" build-static-retroarch-psp: image: $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-psp:latest