comparison .gitlab-ci.yml @ 6146:74665d83fb3b

branching: merge stable into default
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 21 Feb 2022 18:26:25 +0300
parents 30ca8eb17b21
children 90067fe2df5d 5b3a757e4c32
comparison
equal deleted inserted replaced
6145:1a20edff5cbd 6146:74665d83fb3b
1 .prepare_hg: &prepare_hg 1 .prepare_hg: &prepare_hg
2 - hg pull -R /ci/repos/mercurial/ 2 - hg pull -R /ci/repos/mercurial/
3 - hg pull -R /ci/repos/mercurial/ https://www.mercurial-scm.org/repo/hg-committed
3 - hg_branch=${HG_BRANCH:-$(tests/testlib/map-hg-rev.sh "$(hg identify --branch)")} 4 - hg_branch=${HG_BRANCH:-$(tests/testlib/map-hg-rev.sh "$(hg identify --branch)")}
4 - hg -R /ci/repos/mercurial/ update "$hg_branch" 5 - hg -R /ci/repos/mercurial/ update "$hg_branch"
5 - hg_rev=$(hg log -R /ci/repos/mercurial/ -r . -T '{node}') 6 - hg_rev=$(hg log -R /ci/repos/mercurial/ -r . -T '{node}')
6 - echo testing with mercurial branch="$hg_branch", revision="$hg_rev" 7 - echo testing with mercurial branch="$hg_branch", revision="$hg_rev"
7 8
70 TEST_HGMODULEPOLICY: "py" 71 TEST_HGMODULEPOLICY: "py"
71 72
72 doc: 73 doc:
73 image: registry.heptapod.net/mercurial/ci-images/py3-evolve-doc 74 image: registry.heptapod.net/mercurial/ci-images/py3-evolve-doc
74 script: 75 script:
75 - cd docs/ 76 - make doc
76 - make
77 variables: 77 variables:
78 LANG: en_US.UTF-8 78 LANG: en_US.UTF-8
79 PYTHON: python3 79 PYTHON: python3
80 PYTHONPATH: "/ci/repos/mercurial:$PYTHONPATH" 80 PYTHONPATH: "/ci/repos/mercurial:$PYTHONPATH"
81 SPHINXBUILD: python3 -m sphinx -b html 81 SPHINXBUILD: python3 -m sphinx -b html