Update .gitlab-ci.yml

This commit is contained in:
Autechre 2021-01-07 22:52:12 +01:00 committed by GitHub
parent 025f7b33cc
commit f0e1e701c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,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
@ -186,3 +191,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