Update .gitlab-ci.yml
This commit is contained in:
parent
d8e0790ce9
commit
2b6f1d552e
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue