]> git.ipfire.org Git - thirdparty/git.git/commit - ci/print-test-failures.sh
ci/lib.sh: add support for Azure Pipelines
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 29 Jan 2019 14:19:28 +0000 (06:19 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Jan 2019 17:26:46 +0000 (09:26 -0800)
commit6141a2edc9aa137d7c44a24791e50221c2ed8a5e
treeff8fc0c09a519182108bc719df8a2ccd793eca66
parent222319081515f9f6a4c699bd3a406f181a6ddc3b
ci/lib.sh: add support for Azure Pipelines

This patch introduces a conditional arm that defines some environment
variables and a function that displays the URL given the job id (to
identify previous runs for known-good trees).

Because Azure Pipeline's macOS agents already have git-lfs and gettext
installed, we can leave `BREW_INSTALL_PACKAGES` empty (unlike in
Travis' case).

Note: this patch does not introduce an Azure Pipelines definition yet;
That is left for the next patch.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/lib.sh
ci/print-test-failures.sh