mirror of
https://github.com/libretro/libretro-super
synced 2025-03-06 07:13:27 +00:00
Merge branch 'master' of https://github.com/libretro/libretro-super into master
This commit is contained in:
commit
f7f92f2103
18
.gitlab-ci.yml
Normal file
18
.gitlab-ci.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
stages:
|
||||||
|
- package
|
||||||
|
|
||||||
|
.package-base:
|
||||||
|
image: $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-amd64-ubuntu:latest
|
||||||
|
stage: package
|
||||||
|
variables:
|
||||||
|
MEDIA_PATH: .media
|
||||||
|
script:
|
||||||
|
- mkdir -p ${MEDIA_PATH}/${CI_PROJECT_NAME}
|
||||||
|
- cp -R ./dist/info ${MEDIA_PATH}/${CI_PROJECT_NAME}
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- ${MEDIA_PATH}
|
||||||
|
expire_in: 1 day
|
||||||
|
|
||||||
|
libretro-package-any:
|
||||||
|
extends: .package-base
|
Loading…
x
Reference in New Issue
Block a user