Mercurial > hg-stable
comparison Makefile @ 47829:d3f890e04525 stable
pyoxidized: add a dedicated target in the tests
We will need to setup more items to make the "quick" version work on stable,
having a dedicated operation will allow to contains change to that operation.
Differential Revision: https://phab.mercurial-scm.org/D11286
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 18 Aug 2021 01:07:38 +0200 |
parents | d4ba4d51f85f |
children | da39b9c1c486 |
comparison
equal
deleted
inserted
replaced
47828:d704aea4efa6 | 47829:d3f890e04525 |
---|---|
268 "$${OUTPUTDIR:-dist/}"/Mercurial-"$${HGVER}"-macosx"$${OSXVER}".pkg | 268 "$${OUTPUTDIR:-dist/}"/Mercurial-"$${HGVER}"-macosx"$${OSXVER}".pkg |
269 | 269 |
270 pyoxidizer: | 270 pyoxidizer: |
271 $(PYOXIDIZER) build --path ./rust/hgcli --release | 271 $(PYOXIDIZER) build --path ./rust/hgcli --release |
272 | 272 |
273 # a temporary target to setup all we need for run-tests.py --pyoxidizer | |
274 # (should go away as the run-tests implementation improves | |
275 pyoxidizer-windows-tests: pyoxidizer | |
276 | |
273 .PHONY: help all local build doc cleanbutpackages clean install install-bin \ | 277 .PHONY: help all local build doc cleanbutpackages clean install install-bin \ |
274 install-doc install-home install-home-bin install-home-doc \ | 278 install-doc install-home install-home-bin install-home-doc \ |
275 dist dist-notests check tests rust-tests check-code format-c \ | 279 dist dist-notests check tests rust-tests check-code format-c \ |
276 update-pot pyoxidizer \ | 280 update-pot pyoxidizer pyoxidizer-windows-tests \ |
277 $(packaging_targets) \ | 281 $(packaging_targets) \ |
278 osx | 282 osx |