Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scikit-splearn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dev
scikit-splearn
Commits
a330c613
There was a problem fetching the pipeline summary.
Commit
a330c613
authored
7 years ago
by
Denis Arrivault
Browse files
Options
Downloads
Patches
Plain Diff
Add page as new CI task
parent
a7613755
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-3
17 additions, 3 deletions
.gitlab-ci.yml
with
17 additions
and
3 deletions
.gitlab-ci.yml
+
17
−
3
View file @
a330c613
...
...
@@ -8,13 +8,27 @@ unbutu:17.10:
script
:
-
pip3 install -e .
-
nosetests
-
python3 setup.py build_sphinx
-
cp -r build/sphinx/html public
artifacts
:
when
:
always
untracked
:
true
paths
:
-
public
-
build
expire_in
:
8d
# doc template
.doc
:
&doc
script
:
-
pip3 install -e .
-
python3 setup.py build_sphinx
-
cp -r build/sphinx/html public
artifacts
:
paths
:
-
public
pages
:
<<
:
*doc
image
:
registry.gitlab.lis-lab.fr:5005/dev/scikit-splearn
tags
:
-
docker
only
:
-
master
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment