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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

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