Update .gitlab-ci.yml

This commit is contained in:
barbudreadmon 2021-04-02 19:02:37 +02:00 committed by GitHub
parent 7bf9a958a5
commit 7b30cb592f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,9 +77,17 @@ include:
# Stages for building
stages:
- build-prepare
- build-deps-fbneo
- build-shared
- build-static
.build-deps-fbneo:
extends:
- .core-defs
stage: build-deps-fbneo
script:
- make -C ${MAKEFILE_PATH} generate-files
################################### DESKTOPS #################################
# Windows 64-bit
libretro-build-windows-x64: