Update .gitlab-ci.yml

This commit is contained in:
Autechre 2021-01-09 16:56:33 +01:00 committed by GitHub
parent ccea0ba660
commit 0405ea0b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,11 @@ include:
- project: 'libretro-infrastructure/ci-templates'
file: '/libnx-static.yml'
#################################### MISC ##################################
# Emscripten
- project: 'libretro-infrastructure/ci-templates'
file: '/emscripten-static.yml'
# Stages for building
stages:
- build-prepare
@ -175,3 +180,10 @@ libretro-build-libnx-aarch64:
extends:
- .libretro-libnx-static-retroarch-master
- .core-defs
#################################### MISC ##################################
# Emscripten
libretro-build-emscripten:
extends:
- .libretro-emscripten-static-retroarch-master
- .core-defs