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
libretro-2048
Commits
b818ac25
Unverified
Commit
b818ac25
authored
Jan 20, 2021
by
Libretro-Admin
Committed by
GitHub
Jan 20, 2021
Browse files
Update .gitlab-ci.yml
parent
01b34d67
Pipeline
#11476
failed with stages
in 1 minute and 22 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b818ac25
...
...
@@ -21,7 +21,11 @@ include:
# Windows msvc10 64-bit
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/windows-x64-msvc10.yml'
# Windows msvc10 32-bit
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/windows-x86-msvc10.yml'
# Windows 32-bit
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/windows-i686-mingw.yml'
...
...
@@ -118,6 +122,14 @@ libretro-build-windows-msvc10-x64:
variables
:
PREINITIALIZED
:
1
# Windows msvc10 32-bit
libretro-build-windows-msvc10-x86
:
extends
:
-
.libretro-windows-x86-msvc10-make-default
-
.core-defs
variables
:
PREINITIALIZED
:
1
# Windows 32-bit
libretro-build-windows-i686
:
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