Mercurial > evolve
changeset 5370:06b5e43ac29c
ci: print the exact version of pytype
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 14 Jun 2020 00:36:37 +0800 |
parents | 2295818ec738 |
children | 02804d8bac31 |
files | .gitlab-ci.yml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitlab-ci.yml Sun Jun 07 18:38:22 2020 +0800 +++ b/.gitlab-ci.yml Sun Jun 14 00:36:37 2020 +0800 @@ -4,6 +4,7 @@ - hg pull -R /ci/repos/mercurial/ - hg_rev=$(tests/testlib/map-hg-rev.sh "$(hg log -r . -T '{branch}')") - hg -R /ci/repos/mercurial/ update "$hg_rev" + - pytype --version - jobs=$(python -c 'import multiprocessing; print multiprocessing.cpu_count()') - pytype -P /ci/repos/mercurial/:hgext3rd -k hgext3rd -x hgext3rd/evolve/thirdparty -j $jobs || true when: manual