view contrib/asv.conf.json @ 52206:97d86d5b16f8 stable

wheel: build mac os wheel through the CI Let's start building wheel for mac os X too.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 15 Oct 2024 05:17:37 +0200
parents cff0f5926797
children
line wrap: on
line source

{
    "version": 1,
    "project": "mercurial",
    "project_url": "https://mercurial-scm.org/",
    "repo": "..",
    "branches": ["default", "stable"],
    "environment_type": "virtualenv",
    "show_commit_url": "https://www.mercurial-scm.org/repo/hg/rev/",
    "benchmark_dir": "benchmarks",
    "env_dir": "../.asv/env",
    "results_dir": "../.asv/results",
    "html_dir": "../.asv/html"
}