Sign in
googlers
/
jrn
/
git
/
f29cd8620d85543dbef572f522c71991b3736387
/
ci
50b2063
travis: remove the hack to build the Windows job on Azure Pipelines
by Johannes Schindelin
· 6 years ago
a8c51f7
ci: clear and mark MAKEFLAGS exported just once
by Junio C Hamano
· 6 years ago
406f93a
ci: make sure we build Git parallel
by SZEDER Gábor
· 6 years ago
d219b7f
Merge branch 'sg/travis-osx-brew-breakage-workaround'
by Junio C Hamano
· 6 years ago
57cbc53
Merge branch 'js/vsts-ci'
by Junio C Hamano
· 6 years ago
a1ccaed
travis-ci: make the OSX build jobs' 'brew update' more quiet
by SZEDER Gábor
· 6 years ago
b819f1d
ci: parallelize testing on Windows
by Johannes Schindelin
· 6 years ago
a87e427
ci: speed up Windows phase
by Johannes Schindelin
· 6 years ago
27be781
Add a build definition for Azure DevOps
by Johannes Schindelin
· 6 years ago
6141a2e
ci/lib.sh: add support for Azure Pipelines
by Johannes Schindelin
· 6 years ago
4b060a4
ci: use a junction on Windows instead of a symlink
by Johannes Schindelin
· 6 years ago
eaa6229
ci: inherit --jobs via MAKEFLAGS in run-build-and-tests
by Johannes Schindelin
· 6 years ago
b011fab
ci/lib.sh: encapsulate Travis-specific things
by Johannes Schindelin
· 6 years ago
c2160f2
ci: rename the library of common functions
by Johannes Schindelin
· 6 years ago
4096a98
travis: fix skipping tagged releases
by Johannes Schindelin
· 6 years ago
2c8921d
travis-ci: build with the right compiler
by SZEDER Gábor
· 6 years ago
bbf24ad
travis-ci: don't be '--quiet' when running the tests
by SZEDER Gábor
· 6 years ago
9549326
Merge branch 'ab/dynamic-gettext-poison'
by Junio C Hamano
· 6 years ago
57f06d5
Merge branch 'sg/travis-install-dependencies'
by Junio C Hamano
· 6 years ago
6cdccfc
i18n: make GETTEXT_POISON a runtime option
by Ævar Arnfjörð Bjarmason
· 6 years ago
0f0c511
travis-ci: install packages in 'ci/install-dependencies.sh'
by SZEDER Gábor
· 6 years ago
97164c9
ci: add optional test variables
by Derrick Stolee
· 6 years ago
29d9e3e
Merge branch 'nd/pack-deltify-regression-fix'
by Junio C Hamano
· 7 years ago
6be44b5
Merge branch 'sg/travis-retrieve-trash-upon-failure'
by Junio C Hamano
· 7 years ago
aea8879
travis-ci: include the trash directories of failed tests in the trace log
by SZEDER Gábor
· 7 years ago
0860a76
travis-ci: fail if Coccinelle static analysis found something to transform
by SZEDER Gábor
· 7 years ago
4ab8d1a
travis-ci: run Coccinelle static analysis with two parallel jobs
by SZEDER Gábor
· 7 years ago
9ac3f0e
pack-objects: fix performance issues on packing large deltas
by Nguyễn Thái Ngọc Duy
· 7 years ago
6105fee
Merge branch 'nd/travis-gcc-8'
by Junio C Hamano
· 7 years ago
37fa4b3
travis-ci: run gcc-8 on linux-gcc jobs
by Nguyễn Thái Ngọc Duy
· 7 years ago
f6a5576
ci: exercise the whole test suite with uncommon code in pack-objects
by Nguyễn Thái Ngọc Duy
· 7 years ago
4c2db93
read-cache.c: make $GIT_TEST_SPLIT_INDEX boolean
by Nguyễn Thái Ngọc Duy
· 7 years ago
571e472
Merge branch 'sg/test-x'
by Junio C Hamano
· 7 years ago
c710d18
Merge branch 'sg/travis-build-during-script-phase'
by Junio C Hamano
· 7 years ago
aedffe9
travis-ci: run tests with '-x' tracing
by SZEDER Gábor
· 7 years ago
798224a
Merge branch 'sg/travis-linux32-sanity'
by Junio C Hamano
· 7 years ago
e75c862
Merge branch 'tg/split-index-fixes'
by Junio C Hamano
· 7 years ago
6b99576
travis-ci: don't fail if user already exists on 32 bit Linux build job
by SZEDER Gábor
· 7 years ago
5330330
travis-ci: don't run the test suite as root in the 32 bit Linux build
by SZEDER Gábor
· 7 years ago
b2cbaa0
travis-ci: don't repeat the path of the cache directory
by SZEDER Gábor
· 7 years ago
04d47e9
travis-ci: use 'set -e' in the 32 bit Linux build job
by SZEDER Gábor
· 7 years ago
f63b123
travis-ci: use 'set -x' for the commands under 'su' in the 32 bit Linux build
by SZEDER Gábor
· 7 years ago
ae59a4e
travis: run tests with GIT_TEST_SPLIT_INDEX
by Thomas Gummerer
· 7 years ago
3c93b82
travis-ci: build Git during the 'script' phase
by SZEDER Gábor
· 7 years ago
b92cb86
travis-ci: check that all build artifacts are .gitignore-d
by SZEDER Gábor
· 7 years ago
88e00b7
travis-ci: don't store P4 and Git LFS in the working tree
by SZEDER Gábor
· 7 years ago
9cc2c76
travis-ci: record and skip successfully built trees
by SZEDER Gábor
· 7 years ago
b4a2fdc
travis-ci: create the cache directory early in the build process
by SZEDER Gábor
· 7 years ago
495ea6c
travis-ci: print the "tip of branch is exactly at tag" message in color
by SZEDER Gábor
· 7 years ago
677c707
travis-ci: only print test failures if there are test results available
by SZEDER Gábor
· 7 years ago
7e72cfc
travis-ci: save prove state for the 32 bit Linux build
by SZEDER Gábor
· 7 years ago
a8b8b6b
travis-ci: fine tune the use of 'set -x' in 'ci/*' scripts
by SZEDER Gábor
· 7 years ago
4f26366
travis-ci: use 'set -x' in 'ci/*' scripts for extra tracing output
by SZEDER Gábor
· 7 years ago
a1157b7
travis-ci: set GIT_TEST_HTTPD in 'ci/lib-travisci.sh'
by SZEDER Gábor
· 7 years ago
e3371e9
travis-ci: move setting environment variables to 'ci/lib-travisci.sh'
by SZEDER Gábor
· 7 years ago
bf427a9
travis-ci: introduce a $jobname variable for 'ci/*' scripts
by SZEDER Gábor
· 7 years ago
83d1efe
travis-ci: fix running P4 and Git LFS tests in Linux build jobs
by SZEDER Gábor
· 7 years ago
8376eb4
travis-ci: fix "skip_branch_tip_with_tag()" string comparison
by Lars Schneider
· 7 years ago
f67242c
travis: dedent a few scripts that are indented overly deeply
by Junio C Hamano
· 7 years ago
09f5e97
travis-ci: skip a branch build if equal tag is present
by Lars Schneider
· 8 years ago
657343a
travis-ci: move Travis CI code into dedicated scripts
by Lars Schneider
· 8 years ago
dcad9a4
Merge branch 'ls/travis-relays-for-windows-ci'
by Junio C Hamano
· 8 years ago
c773da2
Merge branch 'ls/travis-doc-asciidoctor'
by Junio C Hamano
· 8 years ago
7c7478f
Merge branch 'rg/a-the-typo'
by Junio C Hamano
· 8 years ago
016d66f
travis-ci: retry if Git for Windows CI returns HTTP error 502 or 503
by Lars Schneider
· 8 years ago
6fa68ff
travis-ci: handle Git for Windows CI status "failed" explicitly
by Lars Schneider
· 8 years ago
5621760
fix minor typos
by René Genz
· 8 years ago
c4b4968
travis-ci: printf $STATUS as string
by Lars Schneider
· 8 years ago
505ad91
travis-ci: check AsciiDoc/AsciiDoctor stderr output
by Lars Schneider
· 8 years ago
a6e6976
travis-ci: parallelize documentation build
by Lars Schneider
· 8 years ago
159e601
travis-ci: build documentation with AsciiDoc and Asciidoctor
by Lars Schneider
· 8 years ago
029aeee
travis-ci: build and test Git on Windows
by Lars Schneider
· 8 years ago
88dedd5
Travis: also test on 32-bit Linux
by Johannes Schindelin
· 8 years ago
b98712b
travis-ci: build documentation
by Lars Schneider
· 9 years ago