diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-05-13 14:05:06 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-05-13 14:05:06 -0700 |
| commit | 1551145edbd571ee6cb9677ee9aed21c92d6b336 (patch) | |
| tree | 9f7b28a1c2ecec01dc44891286da8e13a50bdcdb /ci | |
| parent | 03284715a890ace1596ad35e3519111a62063a1c (diff) | |
| parent | a7b060f67f72735b5c9d23a78cb184fd301b0694 (diff) | |
| download | git-1551145edbd571ee6cb9677ee9aed21c92d6b336.tar.xz | |
Merge branch 'js/ci-buildsystems-cleanup'
Code clean-up around stale CI elements and building with Visual Studio.
* js/ci-buildsystems-cleanup:
config.mak.uname: drop the `vcxproj` target
contrib/buildsystems: drop support for building . vcproj/.vcxproj files
ci: stop linking the `prove` cache
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/run-build-and-tests.sh | 5 | ||||
| -rwxr-xr-x | ci/run-test-slice.sh | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh index bd300a05db..01823fd0f1 100755 --- a/ci/run-build-and-tests.sh +++ b/ci/run-build-and-tests.sh @@ -5,11 +5,6 @@ . ${0%/*}/lib.sh -case "$CI_OS_NAME" in -windows*) cmd //c mklink //j t\\.prove "$(cygpath -aw "$cache_dir/.prove")";; -*) ln -s "$cache_dir/.prove" t/.prove;; -esac - run_tests=t case "$jobname" in diff --git a/ci/run-test-slice.sh b/ci/run-test-slice.sh index e167e646f7..0444c79c02 100755 --- a/ci/run-test-slice.sh +++ b/ci/run-test-slice.sh @@ -5,11 +5,6 @@ . ${0%/*}/lib.sh -case "$CI_OS_NAME" in -windows*) cmd //c mklink //j t\\.prove "$(cygpath -aw "$cache_dir/.prove")";; -*) ln -s "$cache_dir/.prove" t/.prove;; -esac - group "Run tests" make --quiet -C t T="$(cd t && ./helper/test-tool path-utils slice-tests "$1" "$2" t[0-9]*.sh | tr '\n' ' ')" || |
