Update .gitlab-ci.yml
This commit is contained in:
parent
e720c1d425
commit
e5bb2ffdd2
|
@ -9,6 +9,8 @@ include:
|
||||||
file: '/libnx-static.yml'
|
file: '/libnx-static.yml'
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
file: '/vita-static.yml'
|
file: '/vita-static.yml'
|
||||||
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
|
file: '/psp-static.yml'
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
file: '/linux-x64.yml'
|
file: '/linux-x64.yml'
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
|
@ -64,3 +66,8 @@ libretro-build-vita:
|
||||||
extends:
|
extends:
|
||||||
- .core-defs
|
- .core-defs
|
||||||
- .libretro-vita-static-retroarch-master
|
- .libretro-vita-static-retroarch-master
|
||||||
|
|
||||||
|
libretro-build-psp:
|
||||||
|
extends:
|
||||||
|
- .core-defs
|
||||||
|
- .libretro-psp-static-retroarch-master
|
||||||
|
|
Loading…
Reference in New Issue