Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Citra2018
Commits
7a444337
Commit
7a444337
authored
Jan 28, 2021
by
jdgleaver
Browse files
(.gitlab-ci.yml) Add windows-x64 target
parent
7dcbf160
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7a444337
...
@@ -19,9 +19,19 @@ variables:
...
@@ -19,9 +19,19 @@ variables:
variables
:
variables
:
CORE_ARGS
:
-DENABLE_LIBRETRO=1 -DLIBRETRO_STATIC=1 -DENABLE_SDL2=0 -DENABLE_QT=0 -DENABLE_WEB_SERVICE=0
CORE_ARGS
:
-DENABLE_LIBRETRO=1 -DLIBRETRO_STATIC=1 -DENABLE_SDL2=0 -DENABLE_QT=0 -DENABLE_WEB_SERVICE=0
.core-windows-defs
:
extends
:
.core-defs
variables
:
EXTRA_PATH
:
bin\Release
CORE_ARGS
:
-DENABLE_LIBRETRO=1 -DLIBRETRO_STATIC=1 -DENABLE_SDL2=0 -DENABLE_QT=0 -DENABLE_WEB_SERVICE=0
# Inclusion templates, required for the build to work
# Inclusion templates, required for the build to work
include
:
include
:
################################## DESKTOPS ################################
################################## DESKTOPS ################################
# Windows
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/windows-cmake-msvc19.yml'
# Linux 64-bit
# Linux 64-bit
-
project
:
'
libretro-infrastructure/ci-templates'
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/linux-cmake.yml'
file
:
'
/linux-cmake.yml'
...
@@ -36,6 +46,12 @@ stages:
...
@@ -36,6 +46,12 @@ stages:
##############################################################################
##############################################################################
#
#
################################### DESKTOPS #################################
################################### DESKTOPS #################################
# Windows 64-bit
libretro-build-windows-x64
:
extends
:
-
.libretro-windows-msvc19-cmake-x86_64
-
.core-windows-defs
# Linux 64-bit
# Linux 64-bit
libretro-build-linux-x64
:
libretro-build-linux-x64
:
extends
:
extends
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment