palantir / gradle-git-version

a Gradle plugin that uses `git describe` to produce a version string.
Apache License 2.0
382 stars 76 forks source link

Run tests with older versions of Git #78

Open abless opened 6 years ago

abless commented 6 years ago

Tests currently run with whatever git version is running on Circle (https://circleci.com/docs/1.0/build-image-precise/). We'd want to make sure that tests also pass for older Git versions (at least >=1.7.1 to support CentOS6 images).

iamdanfox commented 6 years ago

@abless I've published https://hub.docker.com/r/iamdanfox/oldgit/ which has git 1.7.1 built from source - we should be able to use this to run a few tests :)