mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-30 04:20:30 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
7bf9a958a5
commit
7b30cb592f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user