diff options
author | twinaphex | 2020-11-10 19:24:08 +0100 |
---|---|---|
committer | twinaphex | 2020-11-10 19:24:08 +0100 |
commit | c77c50da40bc4d6e4c6b40b473d015c53fb110a0 (patch) | |
tree | 200678a22fc96af9a40f7eb7cd735f5ca87f28aa | |
parent | d58181e0b1ed6003be377ff5f0708a41c932c966 (diff) | |
download | snes9x2002-c77c50da40bc4d6e4c6b40b473d015c53fb110a0.tar.gz snes9x2002-c77c50da40bc4d6e4c6b40b473d015c53fb110a0.tar.bz2 snes9x2002-c77c50da40bc4d6e4c6b40b473d015c53fb110a0.zip |
Remove target for PSP for now as long as it can't build
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea78f07..4cc262d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,6 @@ include: - project: 'libretro-infrastructure/ci-templates' file: '/vita-static.yml' - project: 'libretro-infrastructure/ci-templates' - file: '/psp-static.yml' - - project: 'libretro-infrastructure/ci-templates' file: '/linux-x64.yml' - project: 'libretro-infrastructure/ci-templates' file: '/windows-x64-mingw.yml' @@ -59,8 +57,3 @@ libretro-build-vita: extends: - .core-defs - .libretro-vita-static-retroarch-master - -libretro-build-psp: - extends: - - .core-defs - - .libretro-psp-static-retroarch-master |