]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'dd/ci-swap-azure-pipelines-with-github-actions'
authorJunio C Hamano <gitster@pobox.com>
Wed, 29 Apr 2020 23:15:29 +0000 (16:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Apr 2020 23:15:29 +0000 (16:15 -0700)
commit8cb514d1cbaf7b8adfc92e348a1706acc62fabdb
treef7a8bbb625ee8cc56a29911da17c73e8d79c8e95
parentaf986863c1ae2e306d5627f4e42cc6d2cf2a057f
parentf72f328bc57e1b0db380ef76e0c1e94a9ed0ac7c
Merge branch 'dd/ci-swap-azure-pipelines-with-github-actions'

Update the CI configuration to use GitHub Actions, retiring the one
based on Azure Pipelines.

* dd/ci-swap-azure-pipelines-with-github-actions:
  ci: let GitHub Actions upload failed tests' directories
  ci: add a problem matcher for GitHub Actions
  tests: when run in Bash, annotate test failures with file name/line number
  ci: retire the Azure Pipelines definition
  README: add a build badge for the GitHub Actions runs
  ci: configure GitHub Actions for CI/PR
  ci: run gem with sudo to install asciidoctor
  ci: explicit install all required packages
  ci: fix the `jobname` of the `GETTEXT_POISON` job
  ci/lib: set TERM environment variable if not exist
  ci/lib: allow running in GitHub Actions
  ci/lib: if CI type is unknown, show the environment variables
t/test-lib.sh