summaryrefslogtreecommitdiff
path: root/ci
Commit message (Expand)AuthorAgeFilesLines
* ci: clear and mark MAKEFLAGS exported just onceJunio C Hamano2019-02-071-3/+6
* ci: make sure we build Git parallelSZEDER Gábor2019-02-071-1/+1
* Merge branch 'sg/travis-osx-brew-breakage-workaround'Junio C Hamano2019-02-061-1/+1
|\
| * travis-ci: make the OSX build jobs' 'brew update' more quietSZEDER Gábor2019-02-041-1/+1
* | Merge branch 'js/vsts-ci'Junio C Hamano2019-02-0612-35/+157
|\ \
| * | ci: parallelize testing on WindowsJohannes Schindelin2019-01-292-0/+29
| * | ci: speed up Windows phaseJohannes Schindelin2019-01-291-0/+2
| * | Add a build definition for Azure DevOpsJohannes Schindelin2019-01-291-0/+25
| * | ci/lib.sh: add support for Azure PipelinesJohannes Schindelin2019-01-292-0/+30
| * | ci: use a junction on Windows instead of a symlinkJohannes Schindelin2019-01-281-1/+4
| * | ci: inherit --jobs via MAKEFLAGS in run-build-and-testsJohannes Schindelin2019-01-285-5/+6
| * | ci/lib.sh: encapsulate Travis-specific thingsJohannes Schindelin2019-01-284-14/+43
| * | ci: rename the library of common functionsJohannes Schindelin2019-01-288-7/+7
| * | travis: fix skipping tagged releasesJohannes Schindelin2019-01-281-11/+14
| |/
* | travis-ci: build with the right compilerSZEDER Gábor2019-01-172-3/+17
* | travis-ci: don't be '--quiet' when running the testsSZEDER Gábor2019-01-172-3/+3
|/
* Merge branch 'ab/dynamic-gettext-poison'Junio C Hamano2018-11-191-2/+2
|\
| * i18n: make GETTEXT_POISON a runtime optionÆvar Arnfjörð Bjarmason2018-11-091-2/+2
* | 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