Skip to content

Commit 50b2063

Browse files
dschogitster
authored andcommitted
travis: remove the hack to build the Windows job on Azure Pipelines
Since Travis did not support Windows (and now only supports very limited Windows jobs, too limited for our use, the test suite would time out *all* the time), we added a hack where a Travis job would trigger an Azure Pipeline (which back then was still called VSTS Build), wait for it to finish (or time out), and download the log (if available). Needless to say that it was a horrible hack, necessitated by a bad situation. Nowadays, however, we have Azure Pipelines support, and do not need that hack anymore. So let's retire it. Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8104ec9 commit 50b2063

File tree

2 files changed

+0
-113
lines changed

2 files changed

+0
-113
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ matrix:
2121
compiler:
2222
addons:
2323
before_install:
24-
- env: jobname=Windows
25-
os: linux
26-
compiler:
27-
addons:
28-
before_install:
29-
script:
30-
- >
31-
test "$TRAVIS_REPO_SLUG" != "git/git" ||
32-
ci/run-windows-build.sh $TRAVIS_BRANCH $(git rev-parse HEAD)
33-
after_failure:
3424
- env: jobname=Linux32
3525
os: linux
3626
compiler:

ci/run-windows-build.sh

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)