diff options
author | twinaphex | 2020-10-06 22:03:11 +0200 |
---|---|---|
committer | twinaphex | 2020-10-06 22:03:11 +0200 |
commit | e743cc8b1f8e75e69a3a084d09389bdf6c4124c7 (patch) | |
tree | c5f40199cbd64dddf66a1958884394423a1f5b37 | |
parent | 4b0a1abe3718a1417d55a37c5d16a0dab57d1f81 (diff) | |
download | snes9x2005-e743cc8b1f8e75e69a3a084d09389bdf6c4124c7.tar.gz snes9x2005-e743cc8b1f8e75e69a3a084d09389bdf6c4124c7.tar.bz2 snes9x2005-e743cc8b1f8e75e69a3a084d09389bdf6c4124c7.zip |
Update gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc5dda7..a211b2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,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' file: '/windows-x64-mingw.yml' @@ -49,3 +51,10 @@ android-x86: extends: - .core-defs - .libretro-android-jni-x86 + +# Static +# +libretro-build-vita: + extends: + - .core-defs + - .libretro-vita-static-retroarch-master |