Update .gitlab-ci.yml

This commit is contained in:
Autechre 2021-01-09 16:47:28 +01:00 committed by GitHub
parent 160e461c26
commit ccb886310e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,11 @@ include:
- project: 'libretro-infrastructure/ci-templates'
file: '/dingux-mips32.yml'
#################################### MISC ##################################
# Emscripten
- project: 'libretro-infrastructure/ci-templates'
file: '/emscripten-static.yml'
# Stages for building
stages:
- build-prepare
@ -195,3 +200,10 @@ libretro-build-dingux-mips32:
extends:
- .core-defs
- .libretro-dingux-mips32-make-default
#################################### MISC ##################################
# Emscripten
libretro-build-emscripten:
extends:
- .libretro-emscripten-static-retroarch-master
- .core-defs