]> git.ipfire.org Git - thirdparty/git.git/commit
ci/lib: allow running in GitHub Actions
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 8 Apr 2020 04:05:33 +0000 (11:05 +0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2020 05:17:10 +0000 (22:17 -0700)
commita3f2eec862b6f075e7012b079effa8f355dffa87
tree2b257a4e0e29aa22f0e3be4b7fe267ee3c6e2f75
parent5127e8cf7aa78906959d71150200860b4c7e491a
ci/lib: allow running in GitHub Actions

For each CI system we support, we need a specific arm in that if/else
construct in ci/lib.sh. Let's add one for GitHub Actions.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/lib.sh