Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
xiphon
monero-site
Commits
060927af
Verified
Commit
060927af
authored
Dec 21, 2019
by
erciccione
Browse files
Add gitlab-ci.yml file for an initial CI setup
parent
98dd2020
Changes
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci.yml
0 → 100644
View file @
060927af
image
:
ruby:2.5
stages
:
-
build
before_script
:
-
gem install bundler
build_site
:
stage
:
build
only
:
-
master
script
:
-
bundle install
-
bundle exec jekyll build
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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