Update .gitlab-ci.yml

This commit is contained in:
Autechre
2021-01-09 17:03:57 +01:00
committed by GitHub
parent d8e0790ce9
commit 2b6f1d552e

View File

@@ -63,11 +63,6 @@ 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
@@ -152,10 +147,3 @@ libretro-build-dingux-mips32:
extends:
- .libretro-dingux-mips32-make-default
- .core-defs
#################################### MISC ##################################
# Emscripten
libretro-build-emscripten:
extends:
- .libretro-emscripten-static-retroarch-master
- .core-defs