Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hossein Rafipoor
fsl_mrs
Commits
80fdf678
Commit
80fdf678
authored
Oct 27, 2020
by
William Clarke
Browse files
First attempt at pages.
parent
c32746e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
80fdf678
stages
:
-
Static Analysis
-
Test
-
doc
flake8
:
image
:
python:3.7-slim-buster
...
...
@@ -26,4 +27,16 @@ pytest:
-
conda install -y -c conda-forge pytest
-
pip install .
script
:
-
pytest fsl_mrs/tests
\ No newline at end of file
-
pytest fsl_mrs/tests
pages
:
image
:
python:3.7
stage
:
doc
script
:
-
pip install -U sphinx sphinx_rtd_theme
-
sphinx-build -b html ./docs/user_docs public
artifacts
:
paths
:
-
public
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
Write
Preview
Supports
Markdown
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