Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Website
214bd7b1ab38d47d33165ada9a4d6d049a71bdd0
214bd7b1ab38d47d33165ada9a4d6d049a71bdd0
Switch branch/tag
icecast-website
.gitlab-ci.yml
Find file
Normal view
History
Permalink
.gitlab-ci.yml
114 Bytes
Edit
Web IDE
Newer
Older
Add a gitlab-ci build description.
Ralph Giles
committed
Oct 07, 2020
1
2
3
4
5
6
7
8
build
:
image
:
jekyll/jekyll:4
script
:
jekyll build
artifacts
:
paths
:
-
_site
tags
:
-
docker