Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emzed-ext-mzmine2
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
sispub
emzed
emzed-ext-mzmine2
Commits
a179ed10
Commit
a179ed10
authored
4 years ago
by
schmittu
Browse files
Options
Downloads
Patches
Plain Diff
[CI] rsync docs to emzed.ethz.ch
parent
530104f3
Branches
docs
No related tags found
No related merge requests found
Pipeline
#1569
passed
4 years ago
Stage: test_code
Stage: update_docs
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+8
-1
8 additions, 1 deletion
.gitlab-ci.yml
Makefile
+4
-2
4 additions, 2 deletions
Makefile
with
12 additions
and
3 deletions
.gitlab-ci.yml
+
8
−
1
View file @
a179ed10
...
...
@@ -48,14 +48,21 @@ update_docs:
image
:
sissource.ethz.ch:5005/sispub/emzed/linux_base_images/ubuntu_16_10_for_emzed
tags
:
-
docker-executor
before_script
:
-
apt update
-
apt install -y make
-
apt install -y pandoc
# from https://docs.gitlab.com/ee/ci/ssh_keys/:
-
chmod 600 ${SSH_PRIVATE_KEY}
script
:
-
pip install --extra-index-url https://pypi-sissource.ethz.ch/simple emzed3
-
pip install -e .
-
pip install -r requirements_dev.txt
-
python3 -c 'import emzed_ext_mzmine2 as e; e.init()'
-
docs/demos/render_all_notebooks.sh
-
make docs
-
cp -R htmlcov docs/_build/html
-
rsync -r
docs/_build/html/* emzed.ethz.ch:htdocs/3/emzed.ext.mzmine2/
-
scp -r -i ${SSH_PRIVATE_KEY} -o 'StrictHostKeyChecking no'
docs/_build/html/*
w3_emzed2@
emzed.ethz.ch:htdocs/3/emzed.ext.mzmine2/
when
:
manual
dependencies
:
-
linux_tests
This diff is collapsed.
Click to expand it.
Makefile
+
4
−
2
View file @
a179ed10
...
...
@@ -37,13 +37,15 @@ coverage:
coverage html
open htmlcov/index.html
build_docs
:
docs
open docs/_build/html/index.html
docs
:
rm
-f
docs/emzed.ext.mzmine2
*
.rst
sphinx-apidoc
--implicit-namespaces
-e
-o
docs/ src/emzed_ext_mzmine2/
$(
MAKE
)
-C
docs clean
$(
MAKE
)
-C
docs html
cp
-R
htmlcov docs/_build/html
open docs/_build/html/index.html
sdist
:
clean
python setup.py sdist
...
...
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