Windows build changed to one done by the datalad-extensions project using Github...
authorJoey Hess <joeyh@joeyh.name>
Mon, 26 Oct 2020 17:06:50 +0000 (13:06 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 26 Oct 2020 17:17:23 +0000 (13:17 -0400)
commitf3070d2d7d267165f96a2fa26b3463d20acdb771
tree5e66c596dc632534b09462536ac2258c7d538e91
parent401f734a345a4125b40d324cb26a2b7cf4f16117
Windows build changed to one done by the datalad-extensions project using Github actions

This is a cleaner build than on Jenkins because the whole environment setup
is handled by the CI config, at least up to the point of "get a random bag
of Windows bytes".

Also, the Jenkins autobuilder has been intermittently failing for a long
time, not due to any problem with git-annex but just a failure to clean up
directories.

Also, this build runs the test suite, and it is (mostly) passing. Test
suite always failed in the jenkins environment.

Also, this build includes libmagic.

Here is the build workflow used by github actions:
https://github.com/datalad/datalad-extensions/blob/master/.github/workflows/build-git-annex-windows.yaml
The libmagic build has its own workflow:
https://github.com/datalad/file-windows/blob/master/.github/workflows/build.yml

(Also cleaned up some windows build cruft I don't use anymore.)

There is no build-version file to link to. I've opened a todo requesting
one: https://github.com/datalad/datalad-extensions/issues/55
CHANGELOG
Jenkinsfile [deleted file]
build.bat [deleted file]
doc/builds.mdwn
doc/install/Windows.mdwn
standalone/windows/build-simple.sh [deleted file]
standalone/windows/build.sh [deleted file]