Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
Help
What's new
8
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Menu
Projects
Groups
Snippets
Get a free trial
Sign up
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
openMairie
openads-documentation
Commits
e5a548c4
Commit
e5a548c4
authored
Oct 25, 2019
by
Florent Michon
Browse files
From travis-ci to gitlab-ci
parent
9fabe1ff
Pipeline
#91583104
failed with stage
in 1 minute and 17 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
e5a548c4
image
:
python:latest
before_script
:
-
python -V
# Print out python version for debugging
-
pip install virtualenv
-
virtualenv venv
-
source venv/bin/activate
-
pip install -q -r requirements.txt
test
:
script
:
-
sphinx-build -nW -b html -d _build/doctrees source _build/html
.travis.yml
deleted
100644 → 0
View file @
9fabe1ff
language
:
python
python
:
-
"
2.7"
# command to install dependencies
install
:
"
pip
install
-q
-r
requirements.txt"
# command to run tests
script
:
sphinx-build -nW -b html -d _build/doctrees source _build/html
# Flags used here, not in `make html`:
# -n Run in nit-picky mode. Currently, this generates warnings for all missing references.
# -W Turn warnings into errors. This means that the build stops at the first warning and sphinx-build exits with exit status 1.
notifications
:
irc
:
channels
:
-
"
irc.freenode.org#openmairie"
template
:
-
"
%{repository}/#%{build_number}/%{branch}
(%{author}):
%{message}
%{build_url}"
README.rst
View file @
e5a548c4
...
...
@@ -4,6 +4,3 @@ Documentation openADS version 4.11
.. image:: http://readthedocs.org/projects/openads/badge/?version=4.11
:target: http://openmairie.readthedocs.io/projects/openads/fr/4.11/?badge=4.11
:alt: Documentation Status
.. image:: https://travis-ci.org/openmairie/openads-documentation.png?branch=4.11
:target: https://travis-ci.org/openmairie/openads-documentation
requirements.txt
View file @
e5a548c4
Sphinx
==1.3.1
Sphinx
sphinx_rtd_theme
sphinxcontrib-httpdomain
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