Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
public
hg-docgraph
Commits
4069f6df1e42
Commit
f01d1361
authored
Nov 27, 2019
by
Boris Feld
Browse files
Add CI config for the extension
parent
7800932637af
Pipeline
#964
passed with stage
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
4069f6df
tests-stable
:
image
:
octobus/ci-py2-hgext3rd
script
:
-
hg pull -R /ci/repos/mercurial/ --rev stable
-
hg -R /ci/repos/mercurial/ update stable
-
apt-get update && apt-get install -y libgraphviz-dev graphviz pkg-config
-
pip install .
-
(cd tests; /ci/repos/mercurial/tests/run-tests.py --color=always)
tests-default
:
image
:
octobus/ci-py2-hgext3rd
script
:
-
hg pull -R /ci/repos/mercurial/ --rev default
-
hg -R /ci/repos/mercurial/ update default
-
apt-get update && apt-get install -y libgraphviz-dev graphviz pkg-config
-
pip install .
-
(cd tests; /ci/repos/mercurial/tests/run-tests.py --color=always)
tests-5.2
:
image
:
octobus/ci-py2-hgext3rd:hg-5.2
script
:
-
apt-get update && apt-get install -y libgraphviz-dev graphviz pkg-config
-
pip install .
-
(cd tests; /ci/repos/mercurial/tests/run-tests.py --color=always)
tests-5.1
:
image
:
octobus/ci-py2-hgext3rd:hg-5.1
script
:
-
apt-get update && apt-get install -y libgraphviz-dev graphviz pkg-config
-
pip install .
-
(cd tests; /ci/repos/mercurial/tests/run-tests.py --color=always)
tests-5.0
:
image
:
octobus/ci-py2-hgext3rd:hg-5.0
script
:
-
apt-get update && apt-get install -y libgraphviz-dev graphviz pkg-config
-
pip install .
-
(cd tests; /ci/repos/mercurial/tests/run-tests.py --color=always)
tests-4.9
:
image
:
octobus/ci-py2-hgext3rd:hg-4.9
script
:
-
apt-get update && apt-get install -y libgraphviz-dev graphviz pkg-config
-
pip install .
-
(cd tests; /ci/repos/mercurial/tests/run-tests.py --color=always)
tests-4.8
:
image
:
octobus/ci-py2-hgext3rd:hg-4.8
script
:
-
apt-get update && apt-get install -y libgraphviz-dev graphviz pkg-config
-
pip install .
-
(cd tests; /ci/repos/mercurial/tests/run-tests.py --color=always)
tests-4.7
:
image
:
octobus/ci-py2-hgext3rd:hg-4.7
script
:
-
apt-get update && apt-get install -y libgraphviz-dev graphviz pkg-config
-
pip install .
-
(cd tests; /ci/repos/mercurial/tests/run-tests.py --color=always)
tests-4.6
:
image
:
octobus/ci-py2-hgext3rd:hg-4.6
script
:
-
apt-get update && apt-get install -y libgraphviz-dev graphviz pkg-config
-
pip install .
-
(cd tests; /ci/repos/mercurial/tests/run-tests.py --color=always)
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