diff options
author | twinaphex | 2020-10-06 22:14:39 +0200 |
---|---|---|
committer | twinaphex | 2020-10-06 22:14:39 +0200 |
commit | 705ae64126bbe2dd0cd9b3189f37685c3c4eed70 (patch) | |
tree | f261a5a238dc40f6f75a898b18c76da948e5120a | |
parent | 9c4fb98fc204cba772e276b223bb417e1a7f26b2 (diff) | |
download | snes9x2002-705ae64126bbe2dd0cd9b3189f37685c3c4eed70.tar.gz snes9x2002-705ae64126bbe2dd0cd9b3189f37685c3c4eed70.tar.bz2 snes9x2002-705ae64126bbe2dd0cd9b3189f37685c3c4eed70.zip |
Add vita target for gitlab
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc5dda7..4cc262d 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,9 @@ android-x86: extends: - .core-defs - .libretro-android-jni-x86 + +# Static +libretro-build-vita: + extends: + - .core-defs + - .libretro-vita-static-retroarch-master |