Update .gitlab-ci.yml

This commit is contained in:
Autechre 2021-01-09 16:28:26 +01:00 committed by GitHub
parent 817bf38fc5
commit 2ed78e2cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,11 +45,6 @@ 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
@ -122,10 +117,3 @@ 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