mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-22 09:00:59 +00:00
macos: get tag for version
This commit is contained in:
parent
4a5964c340
commit
38928e07b8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ test_ok() {
|
||||||
BUILD_DIR=builddir
|
BUILD_DIR=builddir
|
||||||
PROJECTDIR="$( cd "$(dirname "$0")/../" ; pwd -P )"
|
PROJECTDIR="$( cd "$(dirname "$0")/../" ; pwd -P )"
|
||||||
TARGETDIR="${PROJECTDIR}/${BUILD_DIR}/INSTALL_GPS"
|
TARGETDIR="${PROJECTDIR}/${BUILD_DIR}/INSTALL_GPS"
|
||||||
VERSION="$(date +%y%m%d)"
|
VERSION="$(git describe --always --abbrev=0)"
|
||||||
export VERSION
|
export VERSION
|
||||||
echo "VERSION=$VERSION"
|
echo "VERSION=$VERSION"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue