Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
erciccione
test-project
Commits
e6166da0
Unverified
Commit
e6166da0
authored
Aug 26, 2019
by
erciccione
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add gitlab's CI
parent
e8cfde47
Pipeline
#236
canceled with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
.gitlab-ci.yml
.gitlab-ci.yml
+11
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
e6166da0
image
:
ruby
2.5
before_script
:
-
apt update && apt upgrade
-
apt install jekyll
-
gem install bundler
-
bundle install
test-CI
:
script
:
-
bundle exec jekyll build --baseurl ''
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