Mercurial > evolve
view contrib/docker/pytype/entrypoint.sh @ 6649:da3fd8644ad9
contrib: add a Dockerfile to run pytype using our CI setup locally
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 05 Jan 2024 13:58:25 -0300 |
parents | |
children |
line wrap: on
line source
#!/usr/bin/env bash set -euo pipefail cd /tmp/mercurial-ci/ make local ./contrib/setup-pytype.sh cd /tmp/evolve-ci/ pytype --version pytype --keep-going --jobs auto -P /tmp/mercurial-ci/:hgext3rd hgext3rd