Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
html-custom-elements
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
JadeProListening
html-custom-elements
Commits
6bcb7c39
Commit
6bcb7c39
authored
Sep 20, 2016
by
Stephanus Volke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add ci yaml file for gitlab pages
parent
139f8acc
Pipeline
#689
passed with stages
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
.gitlab-ci.yml
.gitlab-ci.yml
+42
-0
No files found.
.gitlab-ci.yml
0 → 100755
View file @
6bcb7c39
# GitLab CI Docker Image
image
:
node:5.9.1
cache
:
paths
:
-
node_modules/
stages
:
-
pages
.build
:
stage
:
build
script
:
-
npm install
-
npm run build
artifacts
:
paths
:
-
build
tags
:
-
docker
.test
:
stage
:
test
script
:
-
npm install
-
npm run startServer
-
npm run test
tags
:
-
docker
pages
:
stage
:
pages
script
:
-
npm install
-
npm run doc
artifacts
:
paths
:
-
public
only
:
-
master
tags
:
-
docker
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