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
74e02f5e
Commit
74e02f5e
authored
Jan 09, 2020
by
luigi1111
Browse files
Merge
!1182
Add gitlab-ci.yml file for an initial CI setup See merge request
!1182
parents
ed198a0f
060927af
Changes
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci.yml
0 → 100644
View file @
74e02f5e
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