aboutsummaryrefslogtreecommitdiffstats
path: root/ci/install-dependencies.sh
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge branch 'jk/ci-macos-gcc13-fix'Junio C Hamano1-2/+0
11 daysci: drop mention of BREW_INSTALL_PACKAGES variableJeff King1-2/+0
2024-04-12ci: install JGit dependencyPatrick Steinhardt1-1/+14
2024-04-12ci: make Perforce binaries executable for all usersPatrick Steinhardt1-1/+1
2024-04-12ci: merge scripts which install dependenciesPatrick Steinhardt1-4/+28
2024-04-12ci: merge custom PATH directoriesPatrick Steinhardt1-8/+7
2024-04-12ci: convert "install-dependencies.sh" to use "/bin/sh"Patrick Steinhardt1-17/+12
2024-04-12ci: drop duplicate package installation for "linux-gcc-default"Patrick Steinhardt1-9/+8
2024-04-12ci: skip sudo when we are already rootPatrick Steinhardt1-0/+11
2024-04-12ci: rename "runs_on_pool" to "distro"Patrick Steinhardt1-1/+1
2024-01-18ci: make p4 setup on macOS more robustPatrick Steinhardt1-6/+4
2022-12-10Merge branch 'ab/ci-use-macos-12'Junio C Hamano1-1/+1
2022-12-07CI: upgrade to macos-12, and pin OSX versionÆvar Arnfjörð Bjarmason1-1/+1
2022-11-27ci: install python on ubuntuJiang Xin1-1/+1
2022-11-27ci: use the same version of p4 on both Linux and macOSJiang Xin1-2/+2
2022-11-27ci: remove the pipe after "p4 -V" to catch errorsJiang Xin1-2/+2
2022-11-27github-actions: run gcc-8 on ubuntu-20.04 imageJiang Xin1-1/+1
2022-05-12ci: use https, not http to download binaries from perforce.comÆvar Arnfjörð Bjarmason1-1/+1
2022-05-12ci: reintroduce prevention from perforce being quarantined in macOSCarlo Marcelo Arenas Belón1-1/+2
2022-05-12ci: avoid brew for installing perforceCarlo Marcelo Arenas Belón1-7/+8
2022-05-12ci: make failure to find perforce more user friendlyCarlo Marcelo Arenas Belón1-2/+6
2021-11-23CI: use "$runs_on_pool", not "$jobname" to select packages & configÆvar Arnfjörð Bjarmason1-18/+14
2021-11-23CI: remove Travis CI supportÆvar Arnfjörð Bjarmason1-2/+1
2021-09-23tests: add a test mode for SANITIZE=leak, run it in CIÆvar Arnfjörð Bjarmason1-1/+1
2021-07-26ci/install-dependencies: handle "sparse" job package installsJeff King1-0/+5
2021-02-10Merge branch 'ab/detox-gettext-tests'Junio C Hamano1-1/+1
2021-01-21ci: remove GETTEXT_POISON jobsÆvar Arnfjörð Bjarmason1-1/+1
2021-01-14ci/install-depends: attempt to fix "brew cask" stuffJunio C Hamano1-4/+4
2020-04-10ci: run gem with sudo to install asciidoctorJohannes Schindelin1-1/+1
2020-04-10ci: explicit install all required packagesĐoàn Trần Công Danh1-3/+11
2020-02-27ci: prevent `perforce` from being quarantinedJohannes Schindelin1-2/+2
2019-12-06Merge branch 'sg/osx-force-gcc-9'Junio C Hamano1-2/+4
2019-12-05Merge branch 'jc/azure-ci-osx-fix-fix'Junio C Hamano1-1/+2
2019-11-29ci: build Git with GCC 9 in the 'osx-gcc' build jobSZEDER Gábor1-1/+4
2019-11-20ci(osx): update homebrew-cask repository with less noiseJunio C Hamano1-1/+2
2019-10-24Merge branch 'sg/ci-osx-gcc8-fix'Junio C Hamano1-0/+1
2019-10-24ci: fix GCC install in the Travis CI GCC OSX jobSZEDER Gábor1-0/+1
2019-10-23ci(osx): use new location of the `perforce` caskJohannes Schindelin1-0/+5
2019-10-07Merge branch 'dl/honor-cflags-in-hdr-check'Junio C Hamano1-1/+2
2019-10-03ci: run `hdr-check` as part of the `Static Analysis` jobJohannes Schindelin1-1/+2
2019-09-16Documentation: fix build with Asciidoctor 2brian m. carlson1-1/+1
2019-07-03ci: disable Homebrew's auto cleanupSZEDER Gábor1-1/+1
2019-07-03ci: don't update HomebrewSZEDER Gábor1-1/+1
2019-05-19Merge branch 'sg/ci-libsvn-perl'Junio C Hamano1-1/+1
2019-05-07ci: install 'libsvn-perl' instead of 'git-svn'SZEDER Gábor1-1/+1
2019-04-05ci: stick with Asciidoctor v1.5.8 for nowSZEDER Gábor1-1/+1
2019-04-01ci: install Asciidoctor in 'ci/install-dependencies.sh'SZEDER Gábor1-0/+3
2019-02-06Merge branch 'sg/travis-osx-brew-breakage-workaround'Junio C Hamano1-1/+1
2019-02-06Merge branch 'js/vsts-ci'Junio C Hamano1-2/+3
2019-02-04travis-ci: make the OSX build jobs' 'brew update' more quietSZEDER Gábor1-1/+1
2019-01-28ci/lib.sh: encapsulate Travis-specific thingsJohannes Schindelin1-1/+2
2019-01-28ci: rename the library of common functionsJohannes Schindelin1-1/+1
2019-01-17travis-ci: build with the right compilerSZEDER Gábor1-0/+5
2018-11-02travis-ci: install packages in 'ci/install-dependencies.sh'SZEDER Gábor1-6/+29
2017-12-12travis-ci: set GIT_TEST_HTTPD in 'ci/lib-travisci.sh'SZEDER Gábor1-2/+0
2017-12-12travis-ci: introduce a $jobname variable for 'ci/*' scriptsSZEDER Gábor1-3/+3
2017-11-02travis-ci: fix running P4 and Git LFS tests in Linux build jobsSZEDER Gábor1-6/+4
2017-09-11travis: dedent a few scripts that are indented overly deeplyJunio C Hamano1-24/+27
2017-09-11travis-ci: move Travis CI code into dedicated scriptsLars Schneider1-0/+43