From 705ae64126bbe2dd0cd9b3189f37685c3c4eed70 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 6 Oct 2020 22:14:39 +0200 Subject: Add vita target for gitlab --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc5dda7..4cc262d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,8 @@ include: - template: Jobs/Code-Quality.gitlab-ci.yml + - project: 'libretro-infrastructure/ci-templates' + file: '/vita-static.yml' - project: 'libretro-infrastructure/ci-templates' file: '/linux-x64.yml' - project: 'libretro-infrastructure/ci-templates' @@ -49,3 +51,9 @@ android-x86: extends: - .core-defs - .libretro-android-jni-x86 + +# Static +libretro-build-vita: + extends: + - .core-defs + - .libretro-vita-static-retroarch-master -- cgit v1.2.3