Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
JOSSOUD Olivier
CFA Tools
Commits
19fe54b0
Commit
19fe54b0
authored
Jan 25, 2021
by
JOSSOUD Olivier
Browse files
.gitlab-ci.yml. Use Python 3.7 image. Only install doc-related packages.
parent
f9b54b63
Pipeline
#100845
passed with stages
in 1 minute and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
19fe54b0
image
:
python
image
:
python
:3.7
pages
:
script
:
-
apt-get update
-
pip install -r cfatools/requirements.txt
-
pip install -r cfatools/requirements
_dev
.txt
-
sphinx-apidoc --module-first --force -o docs/source/api/ cfatools/ cfatools/tests/*
-
cd docs/
-
apt-get install -y make
...
...
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