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 Assets
slang-shaders
Commits
214826c8
Commit
214826c8
authored
Dec 22, 2020
by
jdgleaver
Browse files
Add .gitlab-ci.yml file
parent
59ffdd71
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
214826c8
stages
:
-
package
.package-base
:
image
:
$CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-amd64-ubuntu:latest
stage
:
package
variables
:
MEDIA_PATH
:
.media
before_script
:
-
rm -fr configure Makefile .git*
script
:
-
mkdir -p ${MEDIA_PATH}/${CI_PROJECT_NAME}
-
cp -R ./* ${MEDIA_PATH}/${CI_PROJECT_NAME}
artifacts
:
paths
:
-
${MEDIA_PATH}
expire_in
:
1 day
libretro-package-any
:
extends
:
.package-base
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