summaryrefslogtreecommitdiff
path: root/ci
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.35.8Johannes Schindelin2023-04-172-13/+10
|\
| * Sync with 2.34.8Johannes Schindelin2023-04-172-17/+18
| |\
| | * Sync with 2.33.8Johannes Schindelin2023-04-172-15/+16
| | |\
| | | * Sync with 2.32.7Johannes Schindelin2023-04-172-15/+16
| | | |\
| | | | * Sync with 2.31.8Johannes Schindelin2023-04-172-15/+16
| | | | |\
| | | | | * Sync with 2.30.9Johannes Schindelin2023-04-172-15/+16
| | | | | |\
| | | | | | * ci: install python on ubuntuJiang Xin2023-03-122-4/+4
| | | | | | * ci: use the same version of p4 on both Linux and macOSJiang Xin2023-03-122-9/+10
| | | | | | * ci: remove the pipe after "p4 -V" to catch errorsJiang Xin2023-03-121-2/+2
* | | | | | | Merge branch 'cb/ci-make-p4-optional' into maintJunio C Hamano2022-06-081-10/+16
|\ \ \ \ \ \ \
| * | | | | | | ci: use https, not http to download binaries from perforce.comÆvar Arnfjörð Bjarmason2022-05-121-1/+1
| * | | | | | | ci: reintroduce prevention from perforce being quarantined in macOSCarlo Marcelo Arenas Belón2022-05-121-1/+2
| * | | | | | | ci: avoid brew for installing perforceCarlo Marcelo Arenas Belón2022-05-121-7/+8
| * | | | | | | ci: make failure to find perforce more user friendlyCarlo Marcelo Arenas Belón2022-05-121-2/+6
* | | | | | | | CI: select CC based on CC_PACKAGE (again)Ævar Arnfjörð Bjarmason2022-04-221-1/+1
|/ / / / / / /
* | | | | | | compat: auto-detect if zlib has uncompress2()Ævar Arnfjörð Bjarmason2022-01-261-1/+0
|/ / / / / /
* | | | | | Merge branch 'ab/ci-updates'Junio C Hamano2021-12-157-102/+47
|\ \ \ \ \ \
| * | | | | | CI: don't run "make test" twice in one jobÆvar Arnfjörð Bjarmason2021-11-231-12/+11
| * | | | | | CI: use "$runs_on_pool", not "$jobname" to select packages & configÆvar Arnfjörð Bjarmason2021-11-232-28/+25
| * | | | | | CI: rename the "Linux32" job to lower-case "linux32"Ævar Arnfjörð Bjarmason2021-11-234-4/+4
| * | | | | | CI: remove Travis CI supportÆvar Arnfjörð Bjarmason2021-11-236-58/+7
| |/ / / / /
* | | | | | Merge branch 'hn/reftable'Junio C Hamano2021-12-151-0/+1
|\ \ \ \ \ \
| * | | | | | Provide zlib's uncompress2 from compat/zlib-compat.cHan-Wen Nienhuys2021-10-081-0/+1
* | | | | | | Merge branch 'js/ci-no-directional-formatting'Junio C Hamano2021-12-101-0/+27
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | ci: disallow directional formattingJohannes Schindelin2021-11-041-0/+27
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'cb/ci-build-pedantic' into maintJunio C Hamano2021-10-122-3/+11
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge branch 'ab/sanitize-leak-ci'Junio C Hamano2021-10-112-2/+9
|\ \ \ \ \ \
| * | | | | | tests: add a test mode for SANITIZE=leak, run it in CIÆvar Arnfjörð Bjarmason2021-09-232-2/+9
| |/ / / / /
* | | | | | Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano2021-09-201-0/+1
|\ \ \ \ \ \
| * | | | | | midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'Taylor Blau2021-09-011-0/+1
| |/ / / / /
* | | | | | Merge branch 'cb/ci-build-pedantic'Junio C Hamano2021-09-102-3/+11
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | ci: run a pedantic build as part of the GitHub workflowCarlo Marcelo Arenas Belón2021-08-112-3/+11
| |/ / /
* | | | ci/install-dependencies: handle "sparse" job package installsJeff King2021-07-261-0/+5
* | | | Merge branch 'dd/svn-test-wo-locale-a'Junio C Hamano2021-07-081-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | t: use user-specified utf-8 locale for testing svnĐoàn Trần Công Danh2021-06-081-0/+1
| |/ /
* | | Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano2021-05-161-0/+1
|\ \ \
| * | | ci: run test round with parallel-checkout enabledMatheus Tavares2021-05-051-0/+1
| |/ /
* | | Merge branch 'en/ort-readiness'Junio C Hamano2021-04-161-0/+1
|\ \ \ | |/ / |/| |
| * | Add testing with merge-ort merge strategyElijah Newren2021-03-201-0/+1
* | | Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano2021-02-121-0/+1
|\ \ \ | |/ / |/| |
| * | t: support GIT_TEST_WRITE_REV_INDEXTaylor Blau2021-01-251-0/+1
* | | Merge branch 'ab/detox-gettext-tests'Junio C Hamano2021-02-102-3/+2
|\ \ \ | |/ / |/| |
| * | ci: remove GETTEXT_POISON jobsÆvar Arnfjörð Bjarmason2021-01-212-3/+2
* | | Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano2021-01-251-0/+2
|\ \ \ | |_|/ |/| |
| * | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+2
* | | ci/install-depends: attempt to fix "brew cask" stuffJunio C Hamano2021-01-141-4/+4
| |/ |/|
* | ci: avoid `set-env` construct in print-test-failures.shJunio C Hamano2020-11-171-1/+1
|/
* ci: do not skip tagged revisions in GitHub workflowsJohannes Schindelin2020-10-081-0/+2
* ci: stop linking built-ins to the dashed versionsJohannes Schindelin2020-09-211-0/+1
* Merge branch 'bc/sha-256-part-3'Junio C Hamano2020-08-111-0/+6
|\