Run 'git describe' in CI to make sure --version reports it

This commit is contained in:
Julian Ospald 2020-04-29 12:38:57 +02:00
parent 56e4a6b15f
commit f83dcbc430
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,8 @@ ecabal() {
cabal --store-dir="$(pwd)"/.store "$@"
}
git describe
# build
ecabal update

View File

@ -14,6 +14,7 @@ eghcup() {
ghcup -v -c -s file://$(pwd)/ghcup-${JSON_VERSION}.json "$@"
}
git describe
### build