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
65314ae3
Unverified
Commit
65314ae3
authored
Oct 06, 2020
by
Libretro-Admin
Committed by
GitHub
Oct 06, 2020
Browse files
Update .gitlab-ci.yml
parent
27332aab
Pipeline
#440
passed with stages
in 1 minute and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
65314ae3
...
...
@@ -5,31 +5,26 @@
include
:
-
template
:
Jobs/Code-Quality.gitlab-ci.yml
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/libnx-static.yml'
file
:
'
/linux-x64.yml'
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/windows-x64-mingw.yml'
stages
:
-
build-prepare
-
build-shared
-
build-static
-
test
libretro-build-linux-x64
:
image
:
$CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-amd64-ubuntu:latest
stage
:
build-shared
extends
:
-
.core-defs
-
.libretro-linux-x64-make-default
script
:
-
make -f Makefile.libretro -j10
artifacts
:
paths
:
-
2048_libretro.so
expire_in
:
1 month
dependencies
:
[]
-
make -f Makefile.libretro -j${NUMPROC}
libretro-build-windows-x64
:
image
:
$CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-amd64-ubuntu:latest
stage
:
build-shared
script
:
-
make -f Makefile.libretro -j10 platform=win64 MSYSTEM=MINGW64
artifacts
:
paths
:
-
2048_libretro.dll
expire_in
:
1 month
dependencies
:
[]
libretro-build-libnx-aarch64
:
extends
:
-
.core-defs
-
.libretro-libnx-static-retroarch-master
-
.libretro-windows-x64-mingw-make-default
script
:
-
make -f Makefile.libretro -j${NUMPROC}
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