summaryrefslogtreecommitdiff
path: root/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sg/travis-install-dependencies'Junio C Hamano2018-11-131-6/+29
|\
| * travis-ci: install packages in 'ci/install-dependencies.sh'SZEDER Gábor2018-11-021-6/+29
* | ci: add optional test variablesDerrick Stolee2018-10-191-0/+2
|/
* Merge branch 'nd/pack-deltify-regression-fix'Junio C Hamano2018-08-221-0/+1
|\
| * pack-objects: fix performance issues on packing large deltasNguyễn Thái Ngọc Duy2018-07-231-0/+1
* | Merge branch 'sg/travis-retrieve-trash-upon-failure'Junio C Hamano2018-08-153-3/+104
|\ \
| * | travis-ci: include the trash directories of failed tests in the trace logSZEDER Gábor2018-08-013-3/+104
* | | travis-ci: fail if Coccinelle static analysis found something to transformSZEDER Gábor2018-07-231-0/+19
* | | travis-ci: run Coccinelle static analysis with two parallel jobsSZEDER Gábor2018-07-231-1/+1
|/ /
* | Merge branch 'nd/travis-gcc-8'Junio C Hamano2018-05-301-0/+3
|\ \ | |/ |/|
| * travis-ci: run gcc-8 on linux-gcc jobsNguyễn Thái Ngọc Duy2018-05-211-0/+3
* | ci: exercise the whole test suite with uncommon code in pack-objectsNguyễn Thái Ngọc Duy2018-04-161-1/+4
* | read-cache.c: make $GIT_TEST_SPLIT_INDEX booleanNguyễn Thái Ngọc Duy2018-04-161-1/+1
|/
* Merge branch 'sg/test-x'Junio C Hamano2018-03-141-1/+1
|\
| * travis-ci: run tests with '-x' tracingsg/test-xSZEDER Gábor2018-02-281-1/+1
* | Merge branch 'sg/travis-build-during-script-phase'Junio C Hamano2018-03-082-9/+2
|\ \ | |/ |/|
| * travis-ci: build Git during the 'script' phasesg/travis-build-during-script-phaseSZEDER Gábor2018-01-082-9/+3
* | Merge branch 'sg/travis-linux32-sanity'Junio C Hamano2018-02-134-18/+50
|\ \
| * | travis-ci: don't fail if user already exists on 32 bit Linux build jobsg/travis-linux32-sanitySZEDER Gábor2018-01-301-1/+7
| * | travis-ci: don't run the test suite as root in the 32 bit Linux buildSZEDER Gábor2018-01-302-6/+26
| * | travis-ci: don't repeat the path of the cache directorySZEDER Gábor2018-01-304-6/+11
| * | travis-ci: use 'set -e' in the 32 bit Linux build jobSZEDER Gábor2018-01-301-10/+10
| * | travis-ci: use 'set -x' for the commands under 'su' in the 32 bit Linux buildSZEDER Gábor2018-01-301-0/+1
| |/
* | Merge branch 'tg/split-index-fixes'Junio C Hamano2018-02-131-0/+4
|\ \ | |/ |/|
| * travis: run tests with GIT_TEST_SPLIT_INDEXtg/split-index-fixesThomas Gummerer2018-01-191-0/+4
* | travis-ci: check that all build artifacts are .gitignore-dsg/travis-check-untrackedSZEDER Gábor2018-01-034-0/+20
* | travis-ci: don't store P4 and Git LFS in the working treeSZEDER Gábor2018-01-031-2/+2
* | travis-ci: record and skip successfully built treessg/travis-skip-identical-testSZEDER Gábor2018-01-026-0/+57
* | travis-ci: create the cache directory early in the build processSZEDER Gábor2018-01-022-1/+2
* | travis-ci: print the "tip of branch is exactly at tag" message in colorSZEDER Gábor2018-01-021-1/+1
* | travis-ci: only print test failures if there are test results availablesg/travis-fixesSZEDER Gábor2017-12-271-0/+6
* | travis-ci: save prove state for the 32 bit Linux buildSZEDER Gábor2017-12-272-0/+2
* | travis-ci: fine tune the use of 'set -x' in 'ci/*' scriptsSZEDER Gábor2017-12-274-1/+13
* | travis-ci: use 'set -x' in 'ci/*' scripts for extra tracing outputSZEDER Gábor2017-12-121-1/+1
* | travis-ci: set GIT_TEST_HTTPD in 'ci/lib-travisci.sh'SZEDER Gábor2017-12-122-2/+2
* | travis-ci: move setting environment variables to 'ci/lib-travisci.sh'SZEDER Gábor2017-12-121-0/+21
* | travis-ci: introduce a $jobname variable for 'ci/*' scriptsSZEDER Gábor2017-12-122-5/+10
|/
* travis-ci: fix running P4 and Git LFS tests in Linux build jobsSZEDER Gábor2017-11-022-6/+12
* travis-ci: fix "skip_branch_tip_with_tag()" string comparisonls/travis-scriptifyLars Schneider2017-09-221-1/+1
* travis: dedent a few scripts that are indented overly deeplyJunio C Hamano2017-09-112-33/+36
* travis-ci: skip a branch build if equal tag is presentLars Schneider2017-09-111-0/+23
* travis-ci: move Travis CI code into dedicated scriptsLars Schneider2017-09-119-1/+120
* Merge branch 'ls/travis-relays-for-windows-ci'Junio C Hamano2017-05-231-3/+23
|\
| * travis-ci: retry if Git for Windows CI returns HTTP error 502 or 503ls/travis-relays-for-windows-ciLars Schneider2017-05-041-2/+21
| * travis-ci: handle Git for Windows CI status "failed" explicitlyLars Schneider2017-05-041-1/+2
* | Merge branch 'ls/travis-doc-asciidoctor'Junio C Hamano2017-05-161-2/+13
|\ \
| * | travis-ci: check AsciiDoc/AsciiDoctor stderr outputls/travis-doc-asciidoctorLars Schneider2017-04-261-3/+6
| * | travis-ci: parallelize documentation buildLars Schneider2017-04-161-2/+2
| * | travis-ci: build documentation with AsciiDoc and AsciidoctorLars Schneider2017-04-161-1/+9
* | | Merge branch 'rg/a-the-typo'Junio C Hamano2017-05-041-1/+1
|\ \ \